Skip to content

Commit 1c69db9

Browse files
coco875mateoconlechuga
authored andcommitted
Fix typo in os_GetDrawBGColor documentation
1 parent 0d6fa27 commit 1c69db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ce/include/ti/screen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ void os_SetDrawBGColor(uint24_t color);
276276
/**
277277
* Gets the background color used to draw text
278278
*
279-
* @returns 565 BGR color of text nackground
279+
* @returns 565 BGR color of text background
280280
* @warning Only useable in OS 5.2 and above; use at your own risk
281281
*/
282282
uint24_t os_GetDrawBGColor(void);

0 commit comments

Comments
 (0)