You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update api.md to reflect documentation support for 5x10 displays (#70)
arduino/Arduino#5563 (comment)
Found this issue in the arduino/Arduino repository where an user had trouble finding the documentation for her unique 1 line 5x10 char LCD display in the LiquidCrystal references page, since she could not display the extended 32 characters with the default dotsize value in:
void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS);
She had to manually dig into the source code to define the extended 5x10 font support. This commit should help users with similar boards get started easily with the LiquidCrystal library using the overloaded begin() invocation.
0 commit comments