mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-23 04:43:23 +00:00
![]() * 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> |
||
---|---|---|
.. | ||
fonts | ||
img | ||
EInkDisplay2.cpp | ||
EInkDisplay2.h | ||
EInkDynamicDisplay.cpp | ||
EInkDynamicDisplay.h | ||
images.h | ||
NeoPixel.h | ||
PointStruct.h | ||
RAKled.h | ||
Screen.cpp | ||
Screen.h | ||
ScreenFonts.h | ||
TFTDisplay.cpp | ||
TFTDisplay.h |