-
Firstly, I wanted to say I love this project, I am working on replacing my smartphone with super capacitors and SPI displays :P, so thank you. However, with this [OLED](https://thepihut.com/products/a…
-
I have the same screen as: https://github.com/juj/fbcp-ili9341/issues/179
I followed the same instructions, but when I wired the display to my GPIO header with the included cables it remains black. I…
-
Hello there,
I tried this program and it is very nice! Really good option to remote control a away ESP that only connect to smart home via MQTT (no port forward, etc...)
But i expreience a real…
-
### PROBLEM DESCRIPTION
All corresponding tasmota devices receive an exception when a backlog command is sent to a **second** Group Topic i.e. cmnd/shutter: cmd:`Backlog restart 1` -> exception, …
-
Hello,
Sorry in advance for the perhaps silly question; I am quite new to all of this!
Trying the Arduino Software Serial test example you have provided, I only get gibberish characters in retur…
-
Unfortunately SSD devices use two different concepts for register params:
e.g SSD1351:
- register number has DC=0, all N register params have DC=1
e.g. SSD1306, SSD1225:
- registers and all fo…
-
Hi bitbank2,
a long story.....
I wrote an optimized library for oled SSD1331 (96x64 16Bit color oled), then ported it to SSD1351 (128x128 16Bit color oled) and even some time ago I started to po…
-
Due to limitation of i/o Ports on a arduino we are limited in the use of sensors and actors.
Idd would be nice when we could connect a second arduino (with or without a second ramps board) as a slave …
-
fbtft_write_spi_emulate_9 pads write up to a multiple of 4 words, although the lowest common multiple of 8 (buswidth) and 9 (device wordsize) is 72 bits, i.e. 8 device words.
Also, the padding/NOP …
-
### Introduce the problem
I have created a mapping of LVGL to the [Berry language](https://github.com/berry-lang/berry), similarly to the Micropython mapping.
Berry is a lightweight object oriente…