adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
131 stars 52 forks source link

Update example for 1.14" TFT users. #75

Closed chfw closed 4 years ago

chfw commented 4 years ago

The usage example may only work for 2.2", 2.4", 2.8", 3.2" TFT ( which I could not verify ). With 1.14" TFT and raspberry pi 4, the wiring are different, chipset driver is different.

At the first try-out, as a novice user, I was doubting my soldering skills. Why does not it work? Blank screen! It turns out that wrong chipset driver was used.

After updating its chipset driver, it is still blank! I was doubting my connections and my soldering skills again! It turns out that the CS_PIN, DC_PIN are not the same as bigger TFTs.

After referencing the great example, it worked. Hence, could I save a few hours of next 1.14" TFT users please?

chfw commented 4 years ago

Please do a squash merge! I missed x and y offsets after verifying it on my display.

chfw commented 4 years ago

Here is the display in action:

Screenshot 2020-04-12 at 23 14 35
chfw commented 4 years ago

Well spotted!