-
这个库用起来很不错,但限定只能使用128x64尺寸的oled屏幕,是否可以考虑支持下128x32的
-
Is the SSD1306 OLED (128x64 and 128x32) supporten in espurna?
I'm using a BH1770 and BME280 on a Wemos D1 mini (espurna-core).
I would like to show the sensor values and/or IP/MAC address on the dis…
-
Your font has 3 lines with 0x00 is that why all chars look cropped on the top and bottom on a 128x32 OLED ?
Board : NodeMCu ttgo
-
Since the only enclosure in the repository is for the smaller, x32px screen, I put together an option for the larger x64px screen (stl files linked via dropbox). It's configured to allow for the USB …
-
Hi
When I2C 0.91 OLED display (128x32) is connected and properly set ( telnet: sys.lcd("6") ) after system reboots it works and correctly displays station info but when switching to clock mode or t…
-
## LCD display type
ssd1306
## Steps to reproduce the issue
```c++
#include "ssd1306.h"
void setup()
{
ssd1306_setFixedFont(ssd1306xled_font6x8);
ssd1306_128x32_i2c_init();
…
-
I've successfully used the new SSD1307fb framebuffer driver with inexpensive SSD1306 controlled 128x32 and 128x64 OLED displays. They're available for a couple of dollars US from the usual Chinese sup…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
I am using a 128x32 OLED display, and I would like to rotate the icons displayed to improve the layout and arrangement on the screen. Currently, the icons are not optimally oriented for this display s…
-
I've done this and it works perfectly. I have an extra LED panel and would like to chain it with the first to create a longer board (so full station names can be displayed). Right now each board when …