firmware/src/graphics
Jonathan Bennett b5d7718319
Move waypoint (#4202)
* Move waypoint screen draw into the waypoint module

* Get the observer set up for the waypoint screen draw

* Static squashing: screen dimensions
Macros moved back to Screen.cpp, as a band-aid until we eventually move all those static functions into the Screen class.

* Move getCompassDiam into Screen class
(supress compiler warnings)
At this stage, the method is still static, because it's used by drawNodeInfo, which has no tidy reference to our screen instance.
This is probably just another band-aid until these static functions all move.

* Use new getCompassDiam function in AccelerometerThread

* Properly gate display code in WaypointModule

---------

Co-authored-by: Todd Herbert <herbert.todd@gmail.com>
2024-06-29 21:16:07 -05:00
..
fonts Trunk fix 2023-02-20 12:33:01 -06:00
img Adafruit display (#3179) 2024-02-08 16:29:15 -06:00
EInkDisplay2.cpp Implement "Flip screen" setting for E-Ink displays (#3871) 2024-05-13 06:42:41 -05:00
EInkDisplay2.h Async full-refresh for EInkDynamicDisplay (#3339) 2024-03-11 07:56:55 -05:00
EInkDynamicDisplay.cpp Terminate an async-full-refresh when caught by determineMode() instead of onNotify() (#3706) 2024-04-23 12:00:48 -05:00
EInkDynamicDisplay.h Adjust refresh for Heltec Wireless Paper V1.1 (#3913) 2024-05-16 15:37:09 -05:00
images.h t-watch-updates: Add canned message free text via touch keyboard and watch face frames to T-Watch S3 (#3941) 2024-05-23 07:21:27 -05:00
NeoPixel.h oops missed the extern enabling little chap 2024-04-22 14:44:59 +01:00
PointStruct.h t-watch-updates: Add canned message free text via touch keyboard and watch face frames to T-Watch S3 (#3941) 2024-05-23 07:21:27 -05:00
RAKled.h Ambient lighting (#2779) 2023-09-07 12:24:47 -05:00
Screen.cpp Move waypoint (#4202) 2024-06-29 21:16:07 -05:00
Screen.h Move waypoint (#4202) 2024-06-29 21:16:07 -05:00
ScreenFonts.h Display alerts (#4170) 2024-06-25 11:26:02 -05:00
TFTDisplay.cpp Trunk 2024-06-14 19:53:47 -05:00
TFTDisplay.h Added modifier key combination to allow keyboard shortcuts on t-deck (#3668) 2024-05-08 07:37:50 -05:00