84PCE:Syscalls:021E24
From WikiTI
Revision as of 23:42, 5 March 2016 by MateoConLechuga (Talk | contribs)
Synopsis
Hypothesized Official Name: os_SetDrawFGColor
C Function Address: 021E24h
Sets the drawFGcolor value. This is used in the TI-OS text colors and other system calls.
Function Prototype
void os_SetDrawFGColor(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.