-
Adding a battery shield for full Wireless use is without a doubt possible. But I'm wondering if you could read the battery level through one of the analog pins every so often and display it on the dis…
-
Hi.. I am so interested with your RGBW code.. is there a way I can use it for homie? can you give the ino sample code.. thank you
-
**Describe the bug**
Nothing is displayed on an oled sh1106 with
ESP32 dev board
SSD1306SimpleDemo.ino (it's your example code)
**To Reproduce**
I use
ESP32 dev board
An SH1106
Wire sda to…
-
I have a display without a touchscreen, what should I change to make the display work?
thanks
-
What is the best method to rotate a font by 90degress before displaying it.
I need to print text along he height of the screen instead of the width but I am having trouble adding a rotating algorith…
-
The characters 0 and 8 displayed on the SSD1306 are easily confused because in the used font the zero is a slashes zero. Because of that some people have a hard time connecting to the correct IP addre…
-
@stephenhensley
My current issue/findings:
I have the SM rev 3, and with the current libDaisy and BOOT_SRAM the display stays black when I control it with the hardware SPI transport. I …
-
Platformio.ini:
```
[env:heltec_wireless_stick]
platform = espressif32@1.9.0
board = heltec_wireless_stick
framework = arduino
upload_port = COM6
monitor_speed = 115200
lib_deps =
ht…
-
### Missing feature
High/Low temperature display in forecast?
### Justification
I currently see what looks like the low temperature displayed only in the forecast view. Curious if this can be ad…
-
https://github.com/meshtastic/firmware/blob/1bbc273ba6cac076fa2c97a30178ef2bc12e682b/src/graphics/Screen.cpp#L1285
Whenever I look at the compass, I always wonder why the arrow is so simple. Maybe it…