adafruit / Adafruit_RA8875

Adafruit Arduino library driver for the RA8875 TFT driver
http://www.adafruit.com/products/1590
Other
67 stars 58 forks source link

Use textWrite's delay on smaller sizes with faster ARM processors #2

Closed PaulStoffregen closed 10 years ago

PaulStoffregen commented 10 years ago

On Arduino Uno, this delay is only needed for text sizes 2 and 3. Uno just isn't fast enough to send another SPI command before size 1 renders.

On Teensy 3.1 runs much faster, so this delay is needed to avoid garbled text.

Discussion and photos are here:

http://forum.pjrc.com/threads/24668-Teensy-3-*-Text-rendering-issue-with-RA8875-TFT-display

ladyada commented 10 years ago

handed to ktown for testing with arduino