-
During setup the display controller should be configured with singular "Command" bytes, optionally followed by 1 or more "Data" bytes. There are 3 places within `Adafruit_SSD1351::begin(void)` where a…
-
Hi.
When I try to compile TFT_SPIFFS_BMP I am getting the following errors.
TFT_eSPI.cpp:2342:25: error: 'tft_Write_8_8' was not declared in this scope
tft_Write_8_8(xs, xe);
TFT_eSPI.…
-
How do you tell the library that you are using a 3 wire SPI oled?
DC goes to ground in that case.
Adafruit_SSD1351 tft = Adafruit_SSD1351(cs, dc, mosi, sclk, rst);
what do i fill in for dc he…
-
Sorry to be a pain but having spent an hour here and an hour there on this and followed through all the other people having similar issues, I still cannot get any of the examples to run on my RPI3 run…
-
I wrote a CircuitPython displayio driver for the SSD1351 OLED 128x128 display. I confirmed the init sequence works by manually sending SPI commands to the display using the _FourWire.send()_ method. …
-
I’m using the feather_nrf52840_express-en_US-4.0.0-beta.5.uf2. I’m trying to use the displayio library with an external SSD1351 OLED display.
The init sequence appears to work because I can manuall…
-
I have seen a lot of different modules - some cater only for OLED, others cater only for TFT.
I'm trying to help some people with a simple project so they can swap between TFT or OLED depending on co…
-
I took another look at the SSD1351 driver with my scope. I confirmed the init sequence is working by manual sending SPI commands to the display using the _FourWire.send()_ method. The following code…
-
PIO Core Call Error: "Library Storage: /Users/lucas/.platformio/lib\nUpdating ssd1306 @ 1.7.12 [1.7.13]\nUninstalling ssd1306 @ 1.7.12: \t[OK]\nLooking for ssd1306 libr…
-
**Setup:**
Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/
Raspberry Pi 2 Model B V1.1 (2014)
1.5inch RGB OLED Module (128x128)
connected via SPI
**Test-Code:**…