New Feature

Iconed Screen navigation bar.
This commit is contained in:
HarukiToreda
2025-05-04 20:21:02 -04:00
parent 33093e28fa
commit 75c5080fd9
3 changed files with 294 additions and 56 deletions

View File

@@ -181,9 +181,10 @@ class Screen : public concurrency::OSThread
public:
explicit Screen(ScanI2C::DeviceAddress, meshtastic_Config_DisplayConfig_OledType, OLEDDISPLAY_GEOMETRY);
size_t frameCount = 0; // Total number of active frames
~Screen();
std::vector<const uint8_t *> indicatorIcons; // Per-frame custom icon pointers
Screen(const Screen &) = delete;
Screen &operator=(const Screen &) = delete;