SSD1306 scrolling continuous text - Raspberry Pi Forums


hi,
trying interface ssd1306 (using i2c) rpi. using adafruit_gfx library. made changes needed needs.
unable scroll full text in same line. text fitted screen scrolling.

code: select all

char txt1[] = "abcdef12345678"; display.print(1,txt1); display.display(); 
displaying "abcdef1234" on screen @ font size 2, , @ scroll scrolling "abcdef1234" need next characters displayed.
can 1 me in this, can change code logic scroll full length of text taking more 128 pixels. have attached code.



raspberrypi



Comments