Changeset 1066
- Timestamp:
- 02/20/11 01:12:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/CHDK/SCRIPTS/TEST/setmode.lua (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHDK/SCRIPTS/TEST/setmode.lua
r847 r1066 189 189 while true do 190 190 local sel=curmenu[curitem] 191 -- demonstrates flicker free redraw 192 set_console_autoredraw(0) 191 193 cls() 192 194 print("[/\\][\\/] [SET]") … … 203 205 print("--------------------") 204 206 end 207 console_redraw() 208 set_console_autoredraw(1) 205 209 wait_click(5000) 206 210 if is_pressed("down") then
Note: See TracChangeset
for help on using the changeset viewer.