-
when ext_pwr comes back online the oled is not re-initialized and stays blank. this is particularly noticeable when coming out of sleep
the below was provided by @Nicell as a hack to work around th…
-
The code runs fine - however adjusting with the provided options for my 0.42" display that's 72x40 I get an error:
```bash
python3 terminal.py --display ssd1306 --width 72 --height 40
# ... defa…
-
https://github.com/TecnologiaLife/ada_firmware/blob/0263bb6182e17c5b7484590a95e266803f2d568b/lib/FaceAnimation/src/FaceAnimation.cpp#L13
-
in the sample
```
for(int y=0, i=1; y>=0; y+=i) {
ssd1306_draw_line(&disp, 0, 31-y, 127, 31+y);
ssd1306_draw_line(&disp, 0, 31+y, 127, 31-y);
ssd1306_s…
-
Hi all,
I got IDF v5.2 (master) & [LVGL 8.3.7](https://github.com/lvgl/lvgl/commit/2b56e04205481daa6575bd5f7ab5df59d11676eb) to compile.
See https://github.com/hiruna/lvgl_esp32_drivers/tree/dev…
-
I am not the best at this, but I don't get this!! Tried everything.. versions of SSD1306 libs etc.. whats wrong?
In file included from src/sensesp/controllers/ssd_1306_display.cpp:5:
src/sensesp/co…
-
I was wondering if there is any plan improving code for LCD SSD1306
I tried to use it but the fonts are looking very ugly. Is there any way to make use of:
https://github.com/adafruit/Adafruit_SSD13…
h1aji updated
4 years ago
-
Thank you for the great LIB you have developed.
Is first time I try to use your library and I encounter an issue with all examples using SSD1306 displays, I do not used any other displays yet.
The…
-
It seems like dependency for SSD1306 lib is missing. As per issue #12 i found out missing library might be "ESP8266_SSD1306".
Could you please add this to lib_deps in platformio.ini file?
As I onl…
-
I would be thrilled if it would be possible to implement 90 and 270 degree rotations (i.e. Portrait mode) for the SSD1306 driver.
I would love to use LVGL for my project but I would need this capa…