;Change font color of Date/Time on main screen ;Изменить цвет шрифта даты/времени на главном экране ;(c) Evgr ;E71v45 /* Some people would like to change font color for date/time on mainscreen. But info is hard to find if at all it exists. Color is set by color index. We get corresponding address for our color with the help of function 03F: char *GetPaletteAdrByColorIndex(int ColorIndex). If color index in 0-17 range, we take addresses from A0C517BC- A0C51818. If color index is in above 17 range , as set for mainscreen elements 0x7A and 0x7B, addresses are taken from eeprom. */ 0828704: 7A 02 ; red color A0C517C4: FF000064 DCD 0x640000FF ; красный 0828708: 7B 03 ; blue color A0C517C8: 0000FF64 DCD 0x64FF0000 ; синий ;locale=Russian_Russia.1251