Skip to content

Adding Modulino Display#52

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

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

Conversation

@leonardocavagnis
Copy link
Copy Markdown
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
Copy Markdown
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

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 4, 2026

CLA assistant check
All committers have signed the CLA.

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.

3 participants