Skip to content

Conversation

@leonardocavagnis
Copy link
Contributor

Adding Modulino Display support.
It relies on the Arduino_ST7315 library, which needs to be moved under the arduino-libraries organization.

@per1234 per1234 added the enhancement New feature or request label Jan 15, 2026
@leonardocavagnis
Copy link
Contributor Author

Note: Starting from ArduinoCore-renesas 1.5.2, the default Wire timeout was reduced and is now too short for this library.

When using this library on ArduinoCore-renesas 1.5.2+, please set a minimum timeout of 100 ms before calling Display.begin():
e.g., Wire1.setWireTimeout(100000); // us = 100 ms

fyi @pennam @maidnl @charlesbones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

2 participants