comparison src/tft_outputs.inc @ 50:ec4d8503ec45

NEW: user-selectable color schemes
author heinrichsweikamp
date Fri, 27 Sep 2013 23:45:57 +0200
parents 5041477eee79
children 2825f1d2262f
comparison
equal deleted inserted replaced
49:fe01bbaf6014 50:ec4d8503ec45
40 extern TFT_surface_compass_heading ; Compass heading value 40 extern TFT_surface_compass_heading ; Compass heading value
41 extern TFT_surface_decosettings ; Show all deco settings 41 extern TFT_surface_decosettings ; Show all deco settings
42 42
43 ; Menu 43 ; Menu
44 extern TFT_LogOffset_Logtitle 44 extern TFT_LogOffset_Logtitle
45 extern TFT_show_color_schemes ; Yes, update the color schemes
45 46
46 ; Debug and useless stuff 47 ; Debug and useless stuff
47 extern TFT_update_raw_data 48 extern TFT_update_raw_data
48 extern TFT_compass_fast 49 extern TFT_compass_fast
49 50
91 extern TFT_dive_compass_heading ; Compass heading 92 extern TFT_dive_compass_heading ; Compass heading
92 93
93 ; Misc 94 ; Misc
94 extern TFT_standard_color 95 extern TFT_standard_color
95 extern TFT_disabled_color 96 extern TFT_disabled_color
97 extern TFT_attention_color
98 extern TFT_warnings_color
96 extern adjust_depth_with_salinity 99 extern adjust_depth_with_salinity
97 extern TFT_convert_date_short 100 extern TFT_convert_date_short
98 extern TFT_convert_signed_16bit 101 extern TFT_convert_signed_16bit
99 extern TFT_convert_date 102 extern TFT_convert_date
100 extern TFT_debug_output 103 extern TFT_debug_output