Closed caternuson closed 1 year ago
Tested with a Feather ESP32 and PID 1480 (older non eyespi version) TFT and library example: https://github.com/adafruit/Adafruit_ILI9341/blob/master/examples/graphicstest/graphicstest.ino
@ladyada for review
i'd just delete - current version will be optimized out
@ladyada take it you mean just remove the loops? pushed those changes and confirmed still working with same test setup.
yep lets try it!
Removes the
volatile
qualifier being used in a few wait loops. Doesn't seem necessary. This fixes a compile warn for ESP32. Example warn for ref: