-
Hi, and thanks for sharing your work !
I was gifted a [Chinese copy of the EleksTube](https://www.ipstube.com/en/product/IPStube-401.html), and decided to see if I could reverse-engineer it. Doing …
-
I really know the difficult involved to implement background color for custom fonts since they do not have an uniform size. Maybe one intermediate solution would be implemented only for monospaced cus…
-
I'm upgraded from Uncanny Eyes with the Teensy 3.1 board, and I'm using OLED Eyes "SSD1351".
I had not realized that your code does not support it, and as I looked into it, I'd already soldered every…
-
There are some situations where you may want to read data from a display:
- verify the code and hardware is working, and the display is connected properly
- reduce microcontroller memory usage by …
-
Hello, I do not understand hardware, numbering chips etc. unfortunately. Is it this driver compatible with GamePi20? I using it with standard Raspbian Pi OS Lite. Thank you for the advice.
-
I'm trying to use this library for an embeded project with an LCD that uses an SPI with 16 bits of data as DataSize. I can create the SPI correctly width `let spi = Spi::::new(pac.SPI1);` (note the 1…
-
Hi, Thanks for sharing your project, is pretty cool and works smoothly.
However, I've been trying to implement on an ESP8266 and a ST7789 TFT, which has 240x240 resolution, I used antoher library to…
-
I have this device working well with Micropython on the RP2040. It sends and receives to the internet via WiFi from the ESP chip on Serial/UART using AT commands. Also the LCD displays nicely with wif…
-
Seems to be a recurring issue with this driver. I'm sorry if this has been covered before. I'm an amateur when it comes to embedded and it's my first time doing it.
I have a Pi Pico with a Pimoroni…
-
Hello,
I'm wondering if this guide would work with this screen.
As far as I can tell, most of the pins match up:
GND = GND, VCC = Vin, SCL = SCK, SDA = MOSI, DC = D/C
But I don't have a TCS pi…