#include "sysdeps.h"#include "Display.h"#include "main.h"#include "Prefs.h"#include "e32frodo.h"#include "eikinfo.h"#include "display_epoc32.i"Include dependency graph for Display.cpp:

Go to the source code of this file.
Enumerations | |
| enum | { LED_OFF, LED_ON, LED_ERROR_ON, LED_ERROR_OFF } |
Variables | |
| const uint8 | palette_red [16] |
| const uint8 | palette_green [16] |
| const uint8 | palette_blue [16] |
|
|
Definition at line 20 of file Display.cpp. |
|
|
Initial value: {
0x00, 0xff, 0x00, 0xcc, 0xcc, 0x44, 0x99, 0x00, 0x00, 0x00, 0x66, 0x40, 0x80, 0x66, 0xff, 0xc0
}
Definition at line 56 of file Display.cpp. |
|
|
Initial value: {
0x00, 0xff, 0x00, 0xff, 0x00, 0xcc, 0x00, 0xff, 0x55, 0x33, 0x66, 0x40, 0x80, 0xff, 0x77, 0xc0
}
Definition at line 52 of file Display.cpp. |
|
|
Initial value: {
0x00, 0xff, 0x99, 0x00, 0xcc, 0x44, 0x11, 0xff, 0xaa, 0x66, 0xff, 0x40, 0x80, 0x66, 0x77, 0xc0
}
Definition at line 48 of file Display.cpp. |
1.3.3