sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

White screen on every example #156

Open alzulas opened 1 year ago

alzulas commented 1 year ago

Has anyone seen an issue where after getting the library accepted into the arduino IDE, any code example you push to the arduino just shows an all white screen on the device it's connected to? Not sure why this is. The Adafruit code I picked up works just fine on my Arduino Micro, so I know it's not the screens fault.

Appreciate any help you can give me.

darmfield commented 8 months ago

Have the exact same problem did you figure out anything?

darmfield commented 8 months ago

use Adafruit_800x480 instead of RA8875_800x480 in this line tft.begin(RA8875_800x480);