This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
GRAPH screen
Peter Tillema edited this page Sep 15, 2018
·
2 revisions
The default palette of ICE (and the C libraries as well) is the xLIBC palette, which looks like this:
However, it's quite hard to remember all those color values. That's why ICE installs a second useful feature into the program editor. If you hit [GRAPH]
while inside a calculator's program editor, you get a screen with all the colors, as well as the formula to calculate the color value. This is to very easily pick colors without printing the color chart or remembering the most important colors. Note that you can't select a color, only see them with the corresponding values.
ICE Compiler | Peter Tillema
- Introduction
- Building your first program
- Math and numbers
- Variables
- Standard system commands
- Program flow control
- Pointers
- Graphics
- Sprites
- Tilemaps
- Useful routines