Skip to content

Releases: ArtesEdu/stem4dziewczynek

BarbieKomputerek gets Tamagotchi v.0.1.0

06 Aug 19:55
3fd11cf
Compare
Choose a tag to compare

Dependency for the Tamagotchi code:

  • Adafruit_SSD1306
  • Adafruit_GFX

Only one change is needed, to set up the screen size; code from @alojzjakob will work fine without any further modifications to the adafruit sources, or needing to pin the library.

File: BarbieTamagotchi/BarbieTamagotchi.ino

Adafruit_SSD1306 display = Adafruit_SSD1306(128, 64);

This is originally alojzjakob/Tamaguino/blob/master/Tamaguino-noInputResistor/Tamaguino-noInputResistor.ino#L16

Rest of the instructions can be found at: https://github.com/ArtesEdu/STEM-for-girls-zmigrod

Full Changelog: https://github.com/ArtesEdu/stem4dziewczynek/commits/v.0.1.0