Hi there,
So, that is some strange behavior I had similar results, yours look similar but found the pinout to be Key and BSP matters too for LIB compatibility…
Check out the code and see if anything is useful.
Hi there,
So I was able to connect it up and happily even the touch screen works…
[3.5]
if anyone is interested I’ll put up the connection diagram, here are some pictures.
I didn’t test or setup the SSD but I’m sure it will work as well.
[WIN_20241221_02_11_00_Pro]
[WIN_20241221_02_13_08_Pro]
#include <SPI.h>
#include <ILI9486_SPI.h>
#include <Adafruit_GFX.h>
#include <bb_captouch.h>
#include <Wire.h>
// Touch Pins
#define TOUCH_SDA 22
#define TOUCH_SCL 23
#define TOUCH_INT…
HTH
GL PJ