ssd1306py-micropython icon indicating copy to clipboard operation
ssd1306py-micropython copied to clipboard

Error with 24px

Open maxime98 opened this issue 2 years ago • 1 comments

Hi, I've got an error with ascii24.py (Note that work great with ascii16.py with modify 86 to 85)

%Run -c $EDITOR_CONTENT Scan i2c bus... /lib/ssd1306py/ascii24.txt 00 0x00 0x00 0x00 0x80 0x00 0x00 0x00 #f Traceback (most recent call last): File "", line 9, in File "/lib/ssd1306py/ops.py", line 73, in text File "/lib/ssd1306py/ascii24.py", line 43, in display File "/lib/ssd1306py/ascii24.py", line 26, in _get_ch ValueError: invalid syntax for integer with base 10

maxime98 avatar Apr 01 '23 19:04 maxime98

Change 249 to 247?

treysis avatar Nov 14 '23 12:11 treysis