Merge branch 'spitft' of github.com:adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino into spitft
This commit is contained in:
commit
9c63ee9bd9
1 changed files with 323 additions and 320 deletions
|
|
@ -128,6 +128,9 @@ void testlines(uint16_t color) {
|
|||
display.drawLine(display.width()-1, 0, 0, y, color);
|
||||
}
|
||||
|
||||
// To avoid ESP8266 watchdog timer resets when not using the hardware SPI pins
|
||||
delay(0);
|
||||
|
||||
display.fillScreen(BLACK);
|
||||
for (int16_t x=0; x < display.width()-1; x+=6) {
|
||||
display.drawLine(0, display.height()-1, x, 0, color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue