Arduino Slideshow using a 65k OLED 96x64 with MicroSD

preview_player
Показать описание
This is a Slideshow project for the Arduino using a 65k full-color OLED 96x64 module with MicroSD ram module. For a spreadsheet with the pinouts visit:

For the schematic, visit:

For the code and sample images, visit:
Рекомендации по теме
Комментарии
Автор

The code does not work. Can you help me out?
It says: " OLED-SD-slideshow:179: error: 'class Adafruit_SSD1331' has no member named 'goTo'
tft.goTo(x, y+row);
^
OLED-SD-slideshow:211: error: 'class Adafruit_SSD1331' has no member named 'Color565'
tft.pushColor(tft.Color565(r, g, b));
^"

jetsonic