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
I am not getting new line character working python module?
The following still displays text on single line of OLED display expansion (with \n characters removed)
Was looking at source and only thing i can figure is that you are not getting right value for the total number of characters in the row when you go to print spaces?
Actually while writing this i found the problem in oled-exp.h OLED_EXP_CHAR_COLUMNS
OLED_EXP_CHAR_COLUMN
I am not getting new line character working python module?
The following still displays text on single line of OLED display expansion (with \n characters removed)
Was looking at source and only thing i can figure is that you are not getting right value for the total number of characters in the row when you go to print spaces?
Actually while writing this i found the problem in oled-exp.h
OLED_EXP_CHAR_COLUMNSOLED_EXP_CHAR_COLUMN
I'll submit issue on github
The text was updated successfully, but these errors were encountered: