Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 41 to 41 | ||||||||
epdpartial ( x1 y1 x2 y2 -- ) Partial update the display epdcmd ( c-addr -- ) Send command to the EPD controller SSD1680. First byte contains the length of the command. | ||||||||
Changed: | ||||||||
< < | epdpixel! ( Flag x y -- ) epdpixel@ ( x y -- Flag ) epdcolumn! ( u x y -- ) epdcolumn@ ( x y -- u ) | |||||||
> > | epdpixel! ( Flag x y -- ) not implemented yet epdpixel@ ( x y -- Flag ) not implemented yet epdcolumn! ( u -- ) Write a column (8 pixels) to the current position. Increment position epdcolumn@ ( -- u ) Read a column (8 pixels) from the current position | |||||||
>epd ( -- addr1 addr2 ) redirect to EPD >term ( addr1 addr2 -- ) terminate redirection |