Changeset 3535
- Timestamp:
- Feb 5, 2013 5:01:23 AM (4 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 edited
-
nn-touchscreen.fth (modified) (1 diff)
-
touchscreen-common.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/nn-touchscreen.fth
r3534 r3535 906 906 consume 907 907 flush 908 b ackground908 blacken 909 909 -1 to remaining 910 910 ; -
cpu/arm/olpc/touchscreen-common.fth
r3265 r3535 112 112 : undot ( -- ) pixcolor @ dup dimmer " replace-color" $call-screen ; 113 113 114 : blacken ( -- ) 115 black 0 0 screen-w screen-h fill-rectangle-noff 116 ; 117 114 118 : background ( -- ) 115 black 0 0 screen-w screen-h fill-rectangle-noff119 blacken 116 120 targets? if 117 121 false to left-hit?
Note: See TracChangeset
for help on using the changeset viewer.
