-
Hello, this issue appears with ESP32 Wemos Oled and the last compiler version
in OLEDDisplay.h line 253, the method must to return a value, I suggest the new line
virtual bool connect() {return …
-
hi!
i try to use this board: https://www.aliexpress.com/item/Wemos-18650-Battery-shield-V3-RaspberryPi-Arduino-Lolin-ESP32-OLED-wemos-for-Arduino-ESP32S-WiFi-Modules/32807898232.html
with this l…
-
Hi
Im trying to get OLED to work but it seems that the program is expecting additional config in the xml that is not in the template.
for eg: if i run talkkonnect and press ctl-x i get
2019/10…
-
Hey. The support for other drivers would involve changes to init sequence, so I would suggest it to be moved out from OLEDDisplay.cpp to SSD1306.h so new HW could be added easily.
Here's my workin…
-
Perhaps I dont really get it, but I want to display text on the screen, and clear it before each loop.
My loop looks like this:
```
display.setLogBuffer(5, 30);
display.clear();
display.prin…
-
```ino
#include "AZ3166WiFi.h"
#include "Arduino.h"
#include "OledDisplay.h"
// 500 reboots, 2000 does not reboot
static const int CONNECTED_DELAY = 500;
static bool has_wifi = false;
stati…
-
many compilation errors probably due to the renaming actions in 0.0.5 version, but I'm no expert
-> no problem on the same code when going back to 0.0.4
(edit : code was adapted to the new naming …
-
Looks like it's returning this:
```
{"code":422,"contactEmail":null,"description":"The server understands the content type of the request entity and the syntax of the request entity is correct but…
-
Hi, i want to add the ability to crop characters to be able to render smooth vertical scrolling text on the display
i'm struggling to figure out how to mask the bits of the font (which works in som…
-
When i call
void refresh_Display() {
display_D.clear();
display_D.setFont(ArialMT_Plain_16);
display_D.setTextAlignment(TEXT_ALIGN_LEFT);
display_D.drawString(0, 0, Display[0].riga_1);
…