Berational91 / DigimonVPet

Arduino (ESP32) based Digimon V-Pet with compatibility to real devices.
MIT License
121 stars 29 forks source link
arduino cplusplus cpp digimon esp32 esp32-arduino tamagotchi tamagotchi-game vpet

Digimon V-Pet for ESP32/Arduino

This is an early version of a Digimon VPet for the ESP32 and other Arduino compatible devices At the moment there are just TFT_eSPI compatible Displays supported. But you can make your own Display working by just implementing an realization of the abstract DisplayAdapter Class with just 8 Methods. The Goal of this project is to implement a Digimon VPet with all the functionality of real VPets and compatibility to real Digimon VPets.

At the moment there is just the UI implemented but no functionality. But the Long Term goals are:

Hardware independence:

Functionality:

Customizable:

How to install

on ESP32 (TTGO T-Display)

Clone the Repo into VSCode/PlatformIO and just flash it to your device. Don't forget to configure your TFT_eSPI library properly (uncommenting/commenting the right line in user_setup_select.h). If you want to use Arduino IDE: the content of main.cpp is equal to arduinos *.ino files.

on other Devices:

Clone the Repo and configure TFT_eSPI library properly (uncommenting/commenting the right line in user_setup_select.h). Then change the define macros for the buttons according to your wiring.