Changeset 3449
- Timestamp:
- Nov 21, 2012 12:23:58 AM (7 months ago)
- Files:
-
- 4 edited
-
cpu/x86/pc/olpc/gui.fth (modified) (1 diff)
-
dev/olpc/dcon/dcon.fth (modified) (1 diff)
-
dev/olpc/dcon/mmp2dcon.fth (modified) (1 diff)
-
dev/olpc/dcon/viadcon.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/gui.fth
r3441 r3449 357 357 358 358 : frozen? ( -- flag ) " vga?" $call-dcon 0= ; 359 : dcon-freeze ( -- ) 0 " set-source" $call-dcon d# 30 ms ;360 : dcon-unfreeze ( -- ) 1 " set-source" $call-dcon d# 30 ms ;359 : dcon-freeze ( -- ) " dcon-freeze" $call-dcon d# 30 ms ; 360 : dcon-unfreeze ( -- ) " dcon-unfreeze" $call-dcon d# 30 ms ; 361 361 362 362 \ === Stuff moved from security.fth === -
dev/olpc/dcon/dcon.fth
r2175 r3449 105 105 then 106 106 ; 107 : dcon-freeze ( -- ) 0 set-source ; 108 : dcon-unfreeze ( -- ) 1 set-source ; 107 109 108 110 \ gx_configure_tft(info); -
dev/olpc/dcon/mmp2dcon.fth
r3260 r3449 124 124 then 125 125 ; 126 : dcon-freeze ( -- ) 0 set-source ; 127 : dcon-unfreeze ( -- ) 1 set-source ; 126 128 127 129 \ gx_configure_tft(info); -
dev/olpc/dcon/viadcon.fth
r2175 r3449 127 127 then 128 128 ; 129 : dcon-freeze ( -- ) 0 set-source ; 130 : dcon-unfreeze ( -- ) 1 set-source ; 129 131 130 132 \ gx_configure_tft(info);
Note: See TracChangeset
for help on using the changeset viewer.
