Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Adding Modulino Display#52

Open
leonardocavagnis wants to merge 1 commit intoarduino-libraries:mainfrom
leonardocavagnis:modulino_display
Open

Adding Modulino Display#52
leonardocavagnis wants to merge 1 commit intoarduino-libraries:mainfrom
leonardocavagnis:modulino_display

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants