Changeset 2710
- Timestamp:
- Nov 29, 2011 1:26:49 AM (18 months ago)
- Files:
-
- 5 edited
-
cpu/x86/pc/alex/testitems.fth (modified) (1 diff)
-
cpu/x86/pc/newton/testitems.fth (modified) (3 diffs)
-
cpu/x86/pc/olpc/via/mfgtest.fth (modified) (1 diff)
-
cpu/x86/pc/olpc/via/testitems.fth (modified) (1 diff)
-
ofw/gui/iconmenu.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/alex/testitems.fth
r2686 r2710 69 69 70 70 0 to #mfgtests 71 0 1 set-col-row71 1 0 set-row-col 72 72 73 73 " CPU" -
cpu/x86/pc/newton/testitems.fth
r2707 r2710 33 33 icon: spi.icon rom:spi.565 34 34 icon: ram.icon rom:ram.565 35 icon: sdcard.icon rom:sdcard.56536 35 icon: usb.icon rom:usb.565 37 36 icon: wifi.icon rom:wifi.565 … … 63 62 64 63 0 to #mfgtests 65 0 1 set-col-row64 1 0 set-row-col 66 65 67 66 " CPU" … … 73 72 " RAM chips" 74 73 ['] memory-item ram.icon add-icon 75 76 " Internal mass storage"77 ['] int-sd-item sdcard.icon add-icon78 74 79 75 " Timer" -
cpu/x86/pc/olpc/via/mfgtest.fth
r2686 r2710 103 103 : cur-col++ ( -- ) cur-col 1+ to cur-col ; 104 104 : cur-row++ ( -- ) cur-row 1+ to cur-row ; 105 : set- col-row( row col -- ) to cur-col to cur-row ;105 : set-row-col ( row col -- ) to cur-col to cur-row ; 106 106 : add-icon ( -- ) 107 107 cur-col #mfgcols = if -
cpu/x86/pc/olpc/via/testitems.fth
r2686 r2710 41 41 : olpc-test-menu-items ( -- ) 42 42 0 to #mfgtests 43 0 1 set-col-row43 1 0 set-row-col 44 44 45 45 \ " CPU" -
ofw/gui/iconmenu.fth
r2457 r2710 119 119 : clear-sq ( sq - ) >r null$ ['] noop 0 r> set-sq ; 120 120 headers 121 : clear-menu ( - ) squares 0 do i clear-sq loop ;121 : clear-menu ( - ) squares 0 ?do i clear-sq loop ; 122 122 headerless 123 123
Note: See TracChangeset
for help on using the changeset viewer.
