comparison src/tft_outputs.inc @ 90:3274e87fd027

NEW: automatic compass gain makes calibration quicker
author heinrichsweikamp
date Tue, 15 Apr 2014 14:40:49 +0200
parents a5ea132770db
children f2201aa374db
comparison
equal deleted inserted replaced
89:c34516c99ca8 90:3274e87fd027
39 extern TFT_surface_compass_mask ; Compass heading mask 39 extern TFT_surface_compass_mask ; Compass heading mask
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 extern TFT_cat_serial ; Add serial to current string 42 extern TFT_cat_serial ; Add serial to current string
43 extern TFT_cat_firmware ; Add firmware version to current string 43 extern TFT_cat_firmware ; Add firmware version to current string
44 extern TFT_compass_show_gain ; Show the current compass gain
44 45
45 ; Menu 46 ; Menu
46 extern TFT_LogOffset_Logtitle 47 extern TFT_LogOffset_Logtitle
47 extern TFT_show_color_schemes ; Yes, update the color schemes 48 extern TFT_show_color_schemes ; Yes, update the color schemes
48 49