fourstix / QwiicSerLCD

Version of Arduino LiquidCrystal Library for Sparkfun Serial Enabled LCD with a Qwiic Adapter
MIT License
1 stars 14 forks source link

Fix issue that casues serial createChar to overrun #11

Closed fourstix closed 6 years ago

fourstix commented 6 years ago

Increase delay after creating a customer character to prevent over-running serial communications.

Closes #10