lcd.createChar before and after lcd.begin
i'm surprised .createchar() works before .begin() sets interface 4-bit mode. .send() function uses data set constructor know if interface supposed 8-bit or 4-bit (most people use 4-bit save pins) until call .begin() interface mode isn't explicitly set.
Arduino Forum > Using Arduino > Displays > lcd.createChar before and after lcd.begin
arduino
Comments
Post a Comment