ArduinoGotchi
ArduinoGotchi copied to clipboard
A real Tamagotchi emulator for Arduino UNO
It'd be really nice to be able to set some defines in the code to switch between an SPI or I2c display for your needs. The SPI display is also...
I want to ask why on circuit picture is 7 pin display and if I serach number of that oled I get 4 pin interface thanks.
this is a transposition of the fix: https://github.com/jcrona/tamalib/commit/08f9371f606da7195d4be19afcb072e17b6fc202 tackling an issue with the display of discipline. Here is a working example (the creature should be grounded, and the discipline should...
Hello Gary. Thks a lot for porting this to the Arduino IDE. I try to compile the source for the ESP32 and i cant. I think that the problem is...
This is a 3d model for the project. [TAMA-SSD1306.zip](https://github.com/GaryZ88/ArduinoGotchi/files/8354393/TAMA-SSD1306.zip)
Add the fix from tamalib: https://github.com/jcrona/tamalib/pull/18
I got a 128x160 screen with IC ST7735S driver. IS It posible to use It as a screen for this project?
In file included from /Users/user/ArduinoGotchi/tamalib.h:23:0, from /Users/user/ArduinoGotchi/ArduinoGotchi.ino:24: /Users/user/ArduinoGotchi/cpu.h:86:3: error: conflicting declaration 'typedef enum pin_t pin_t' } pin_t; ^~~~~ In file included from /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/BlockDevices/DataFlashBlockDevice.h:26:0, from /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/BlockDevices/virtualEEPROM.h:23, from /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/EEPROM/src/EEPROM.h:28, from /Users/user/ArduinoGotchi/ArduinoGotchi.ino:23: /Users/user/Library/Arduino15/packages/arduino/hardware/renesas_uno/1.2.2/libraries/BlockDevices/BlockDevice.h:35:20:...