Skip to content

Instantly share code, notes, and snippets.

@Airrr17
Airrr17 / ay_player.ino
Last active July 11, 2023 17:22 — forked from anteo/ay_player.ino
Arduino UNO + AY player + OLED
/////////////////////////////////////////////////////////////
//0.96" 128x32 i2c OLED. SDA=A4, SCL=A5
/////////////////////////////////////////////////////////////
#include <SPI.h>
#include "SdFat.h"
#include "SSD1306Ascii.h"
#include "SSD1306AsciiAvrI2c.h"
#define I2C_ADDRESS 0x3C
//#define RST_PIN -1