-
When trying to use multiple OLEDs I get the following error:
> Linking .pioenvs\nodemcuv2\firmware.elf
> .pioenvs\nodemcuv2\src\main.o:(.text._ZN11OLEDDisplayC2Ev[_ZN11OLEDDisplayC5Ev]+0x0): undefine…
-
Hi! I though to be smart and connect two 0.96" oled displays to my EPS8266, each with the same address but each with different SDA and SDC ports (as I still have sufficient of them in the flight track…
-
While using the SSD1306UiDemo, I've modified this one in order to have:
`void msOverlay1(OLEDDisplay _display, OLEDDisplayUiState_ state) {
display->setTextAlignment(TEXT_ALIGN_RIGHT);
display->s…
-
Currently the code in OLEDDisplay::drawRect is as follows:
``` c++
drawHorizontalLine(x, y, width);
drawVerticalLine(x, y, height);
drawVerticalLine(x + width, y, height);
drawHorizontalLine(…
-
Hi there,
I think I discovered a bug with drawProgressBar when using UI to scroll frames containing a bargraph. The problem occurs only during scroll, once frame is fixed all is fine!
When scrolling…
-
- Allow a self-scrolling ui e.g. for debug output
- add print() and println()
-
I have been trying to add new font with The Dot Factory Tool, but rendering is not proper,
How do you add fonts?
-
Latest git pull and OLED wont work (wont compile).
i tested Oled LIBs and ArduiPi_OLED.....libs work ok.
g++ -g -O3 -Wall -std=c++0x -pthread -DOLED -I/usr/local/include -L/usr/locacl/lib -c -o MMDV…
ok2it updated
8 years ago
-
Dear all,
I bought a new Dreambox DM800SE PVR. The main reason was that I needed a new SAT receiver with the possibility to access Plex. On the internet I read a lot of good postings and informations …