Difference between revisions of "84PCE:Syscalls:021E20"
From WikiTI
(Created page with "SetDrawBGColor 021E20 - SetDrawBGColor == Synopsis == '''Hypothesized Official Name:''' SetDrawBGColor...") |
|||
Line 1: | Line 1: | ||
− | [[Category:84PCE:CCalls:By Name| | + | [[Category:84PCE:CCalls:By Name|os_SetDrawBGColor]] |
− | [[Category:84PCE:CCalls:By Address|021E20 - | + | [[Category:84PCE:CCalls:By Address|021E20 - os_SetDrawBGColor]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' os_SetDrawBGColor |
'''C Function Address:''' 021E20h | '''C Function Address:''' 021E20h | ||
Line 9: | Line 9: | ||
=== Function Prototype === | === Function Prototype === | ||
− | void | + | void os_SetDrawBGColor(uint16_t color); |
=== Arguments === | === Arguments === | ||
− | * | + | * uint16_t color - Standard 16bit 5-6-5 color. |
=== Returns === | === Returns === |
Latest revision as of 00:41, 6 March 2016
Synopsis
Hypothesized Official Name: os_SetDrawBGColor
C Function Address: 021E20h
Sets the drawBGcolor value. This is used in the TI-OS text colors and other system calls.
Function Prototype
void os_SetDrawBGColor(uint16_t color);
Arguments
- uint16_t color - Standard 16bit 5-6-5 color.
Returns
- None (void)
Notes
- This is an OS call; not present in the bootcode.