Difference: EInkFeather (19 vs. 20)

Revision 202022-11-10 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 42 to 42
 epdupdatepart ( -- ) Update part of the EPD display epdcmd ( a -- ) Send command to the EPD controller SSD1680. First byte contains the length of the command.
Added:
>
>
epdsleep ( -- ) enter deep sleep mode epdwakeup ( -- ) wake up EPD
 epdpixel! ( ? x y -- ) not implemented yet epdpixel@ ( x y -- ? ) not implemented yet epdcolumn! ( u -- ) Write a column (8 pixels) to the current position. Increment position. Bit 0 on top
Line: 90 to 93
 show date and time on EPD (see CmsisRtos#How_to_use_Tasks for a background task).
: clock (  -- )

Changed:
<
<
epdclr epdupdate >epd .time >term 2000 osdelay drop
>
>
epdclr
  3 epdfont
Added:
>
>
>epd .time >term epdupdate \ 2000 osdelay drop
  -1 -1 -1 alarm! \ set an alarm every second begin wait-alarm \ wait a second
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback