summaryrefslogtreecommitdiffstats
path: root/uisimulator/app.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-12remember previous menu position when returningDave Chapman1-1/+2
2002-05-10Adapted to changes in the lcd API.Björn Stenberg1-9/+1
2002-05-06Cleaned up for menu.c/h usageRobert Hak1-74/+17
2002-05-05use the menu function pointers properlyDaniel Stenberg1-15/+3
2002-05-04Use the defines, we can't assume a particular LCD or keypad.Daniel Stenberg1-1/+24
2002-05-04Removed #definesRobert Hak1-15/+27
2002-05-03*** empty log message ***Robert Hak1-2/+0
2002-05-03Removed unused menu optionsRobert Hak1-6/+7
2002-05-03Fixed stupid error with cursor positioning on return from an app.Robert Hak1-3/+13
2002-05-03Menu cursor now wraps around top and bottom. Reworked drawing of cursorRobert Hak1-60/+95
2002-05-02Added reference to the small screensaver app I addedRobert Hak1-1/+7
2002-05-01removed win32 compiler directiveFelix Arends1-4/+0
2002-04-30expanded the browser with a little cursor to moveDaniel Stenberg1-3/+0
2002-04-30call the dir browser when selectedDaniel Stenberg1-11/+17
2002-04-28corrected the source headerDaniel Stenberg1-3/+1
2002-04-28removed unistd.h completelyDaniel Stenberg1-4/+1
2002-04-28win32 compatible versionsFelix Arends1-1/+14
2002-04-28one sleep is enoughDaniel Stenberg1-1/+0
2002-04-28only lcd_update() when a key actually was pressedDaniel Stenberg1-0/+4
2002-04-28pressing OFF in tetris now gets you back to the main menuDaniel Stenberg1-3/+15
2002-04-28removed log, put a sleep() back since it runs just too fast otherwiseDaniel Stenberg1-1/+1
2002-04-27my first take at writing a little app, which of course can start tetris!Daniel Stenberg1-0/+74