aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/ui/SSD1306Display.cpp
AgeCommit message (Collapse)Author
2026-02-06Fix double claim, eliminate dead code at compile timeWessel Nieboer
2026-02-02Fix low power consumption issuesQuency-D
2026-01-26Add v4-tft code.Quency-D
2025-11-27Revert "add heltec_v4 tft expansion box"Scott Powell
This reverts commit 310618e6899337b37fb3a9268f8e6571bf1f760c.
2025-11-19add heltec_v4 tft expansion boxQuency-D
2025-08-10Adding support for Ikoka Stick with Seeed Xiao nRF54 baseboard.kelsey hudson
Adds a new variant 'ikoka_stick_nrf' and associated support files. This is based on the Xiao nRF54 code with pin numbers and functions changed to suit the differences in hardware between the WIO SX1262 board and the Ikoka Stick. Sets the default LoRa transmit power to 9dBm to avoid burning up the frontend in Ikoka Sticks equipped with the Ebyte 33dBm S22 module on first boot. Adds support for an SSD1306 display connected to the display header. Note the display pinout is the same as the RAK4631 display header so make sure to use a display wired accordingly (aliexpress etc. SSD1306s typically have Vcc & GND reversed from what this board expects). Adds support for display rotation to SSD1306Display via a platformIO define. This support was added following the same paradigms found elsewhere in the code for rotating a display.
2025-05-04Implement getTextWidth for display classesJQ
- Added getTextWidth method to DisplayDriver interface - Implemented getTextWidth in all display classes - Updated examples to use getTextWidth directly
2025-04-11ui : manage colors and ensure fw using ssd1306 still compileFlorent
2025-04-01clear display on init to avoid staticliamcottle
2025-03-16* companion: SSD1306 display now dynamically detected at runtime.Scott Powell
2025-03-07* display.begin() delayed in setup().Scott Powell
* all firmwares now bumped to v1.2.0
2025-03-04* new ui/DisplayDriver classes (just SSD1306Display impl for now)Scott Powell
* companion radio: now with optional UITask (enabled by DISPLAY_CLASS config in target/env)