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
novice programmer here so please excuse the stupid question
Looking through the lcd_api.py code i notice there seem to be some command codes that have not had any functions defined to use them ( for example LCD_MOVE_DISP) .
I have tried to define functions to implement these but so far zero success
any advice would be gratefully received - i have read the data sheet for the controller but lack the ability to translate the information contained into working code it seems
regards
J
The text was updated successfully, but these errors were encountered:
Looking at the instructions it looks like the LCD_MOVE command changes what happens when characters are output. I haven't played with these to see how the display reacts, so you'd need to experiment a bit.
HI
novice programmer here so please excuse the stupid question
Looking through the lcd_api.py code i notice there seem to be some command codes that have not had any functions defined to use them ( for example LCD_MOVE_DISP) .
I have tried to define functions to implement these but so far zero success
any advice would be gratefully received - i have read the data sheet for the controller but lack the ability to translate the information contained into working code it seems
regards
J
The text was updated successfully, but these errors were encountered: