XarkLabs / PDQ_GFX_Libs

Optimized fork of Adafruit's GFX library (and drivers) for Arduino (AVR).
114 stars 37 forks source link

ST7781 examples refert to ST7735 and Uno/mega support #11

Closed DeMysteriis closed 6 years ago

DeMysteriis commented 7 years ago

Hi,

Is possible to use your libs with Arduino Uno / Mega? I can't get to use them properly. Examples files refuse to compile because their refert to ST7735 that i didn't have installed, and when i modify the sketch by replacing ST7735 with ST7781, it's end to a white screen. I've see and tried the 2 modes in ST7781_Config, also the commented line about use of original adaGfx lib but i don't have any adafruit driver for st7781, just the mcu friends and the readme only report about ADAGFX installation. So All of my attempts, results to all kinds of compil error or white screen Is there anything that i missed ? Greetings!

samuelbles07 commented 6 years ago

I need this to work too. Did you already did it?

XarkLabs commented 6 years ago

Sorry, just needed a search and replace in the example source. graphictest should compile now for ST7781.