lcd.createChar before and after lcd.begin


i noticed that, in setup bloc, when write
code: [select]
lcd.begin(16,2);
before
code: [select]
lcd.createchar command dosent display , lcd remains blank ( compile).
but when put lcd.begin after lcd.createchar works fine , why?

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

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support