lcd/oled scrolling

Captain Haddock

Senior Member
I'm sure I saw a command for scrolling text across an lcd display somewhere but can't find it, did I imagine it or does it realy exist? Or is it just done through the programming of the picaxe?
I am using the axe133 budget lcd if that makes any difference.
 

hippy

Technical Support
Staff member
SerOut .... ( 254, %0001cr00 )

Should work with both AXE033 and AXE133, LCD or OLED.

r = 0 shift left / 1 shift right
c = 0 shift cursor only / 1 shift entire display
 

nick12ab

Senior Member
Hi Hippy

does a similar command work for I2C OLED display AXE033

Bill
It will work since it's only a normal LCD/OLED instruction. The standard modification(s) for i2c mode still need to be used (such as the terminating character).
 
Top