t-rex-duino
t-rex-duino copied to clipboard
Clone of T-rex game from Chrome browser rewritten for Arduino
Used hardware: SSD1306 based OLED display and Arduino Nano. Display is connected via I2C. Sometimes, the OLED display stays black after starting the t-rex-duino app. I could not identify the...
I use ssd1306, the game can be play after uploading but not after unplug the usb (I use battery).
This part of the code won't compile : LCD_SH1106_SDA -> A4 (I2C SDA) LCD_SH1106_SCL -> A5 (I2C SCL) It needs #define added at the begienning like this : #define LCD_SH1106_SDA...