Changeset 3513
- Timestamp:
- Jan 7, 2013 8:05:08 AM (4 months ago)
- File:
-
- 1 edited
-
dev/olpc/dcon/mmp2dcon.fth (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dev/olpc/dcon/mmp2dcon.fth
r3496 r3513 88 88 89 89 d# 850 value resumeline 90 : scanint-set resumeline scanint! ; 90 91 : mark-time ( -- start-time ) get-msecs ; 91 92 : delta-ms ( start-time -- elapsed-ms ) mark-time swap - ; … … 93 94 : wait-output ( -- ) 94 95 mark-time ( start-time ) 95 resumeline scanint! setup-dcon-irq scanint-on( )96 setup-dcon-irq scanint-on ( ) 96 97 begin ( start-time ) 97 98 dcon-irq? if ( start-time ) … … 138 139 wait-output \ Wait for the DCON to reach the scan line 139 140 " wake" $call-screen \ Enable video signal from SoC 140 d# 5 ms141 d# 25 ms 141 142 dcon-load \ Put the DCON in VGA-refreshed mode 142 143 d# 25 ms \ Ensure that that DCON sees the DCONLOAD high … … 220 221 221 222 h# 12 mode! 223 scanint-set 222 224 false 223 225 ; … … 248 250 \ dcon-load dcon-enable ( maybe-set-cmos ) 249 251 \ dcon-enable leaves mode set to 69 - 40:antialias, 20:swizzle, 8:backlight on, 1:passthru off 252 scanint-set 250 253 true 251 254 ;
Note: See TracChangeset
for help on using the changeset viewer.
