Yeux_Noir. Congratulations for getting it. I could share your library. We would be very interested to be able to implement a team and prove it. Thanks for everything
I share the sourcecode when i have time to implement other libraries to make the port more compatible with the games of the arduboy.
I’m sure many would be interested, myself included! How similar would this be to something that could run on an ESP32?
Hi Yeux_Noir.
I have recently tried to make an Arduboy-like board using ESP8266. I am planning to port some games to run on this. I would be interested to know if you have developed the libraries ? especially the sound function and the background music function.
I have shared what I have done so far on this github.
Thanks.
You will need to adjust the library to use SH1106 drivers instead of the SSD1306. I have no idea how to do that. The library is inherited from here. https://github.com/hartmann1301/Arduboy2
Check with hartmann1301 if you have any questions.
here is an code example.
you have to change display init string at line 10
“SSD1306Brzo oled(OLED_I2C_ADRESS, I2C_SDA, I2C_SCL);”
to
“SH1106Brzo oled(OLED_I2C_ADRESS, I2C_SDA, I2C_SCL);”
according to OLED library info