Mockup of main menu:
----------------
>CLOCK PROGRAM
STOPWATCH INFO
----------------
CLOCK: Display and set the date and time.
PROGRAM: Edit and run programs.
STOPWATCH: Stopwatch
INFO: Shows free program memory and software version.
Mockup of clock function:
----------------
10:55:00 AM
01/11/13 SET
----------------
Press the right soft key (in this screen, it's labelled SET) to set the date and time.
Mockup of setting time:
----------------
SET TIME
<10>55:00 AM
----------------
The date section surrounded by < > can be changed. Use the OK button to scroll to next field.
Mockup of setting date:
----------------
SET DATE
<01>/11/13
----------------
The date section surrounded by < > can be changed. Use the OK button to scroll to next field.
Mockup of program slot list:
----------------
PRGM SLOT <1/3>
EDIT RUN CLR
----------------
EDIT: Edit the program.
RUN: Run the program.
CLR: Erase the program in the program slot.
Mockup of editing a program:
----------------
>
DEL 001/999 CMD
----------------
The ">" on the top line is where the command that is currently open is being shown.
DEL: Backspace. Clear this step in the program.
CMD: Open up a menu where commands can be selected and added to the program.
001/999: Shows what step is currently shown on screen. A program can have a maximum of 999 steps (commands).
Mockup of command menu:
----------------
<1/3> COMMAND
BACK OPEN
----------------
There are three categories of commands: COMMAND (stuff like print and getkey), VARIABLE (variables, ->, DELVAR), and NUMERAL (numbers 0-9, +-*/=, and < > <= >= !=)
Mockup of stopwatch:
----------------
00:00.00
START RESET
----------------
Top line shows amount of time measured.
START: Starts the stopwatch. Changes to "PAUSE" when stopwatch is running.
RESET: Sets stopwatch back to 0.
Mockup of info screen:
----------------
FREE MEM: 1024 B
VERS: 00.00
----------------
FREE MEM: How much memory is left in the data EEPROM.
VERS: Software version.