Revenge of the Mouse
Dependencies: 4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player
Fork of 2035_Tanks_Shell by
globals/globals.h@14:36c306e26317, 2015-10-26 (annotated)
- Committer:
- jford38
- Date:
- Mon Oct 26 02:58:37 2015 +0000
- Revision:
- 14:36c306e26317
- Child:
- 18:18dfc9fb33b5
Split things into multiple files. Working pretty well now!
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jford38 | 14:36c306e26317 | 1 | #ifndef GLOBAL_H__ |
jford38 | 14:36c306e26317 | 2 | #define GLOBAL_H__ |
jford38 | 14:36c306e26317 | 3 | |
jford38 | 14:36c306e26317 | 4 | #define SKY_COLOR 0x7EC0EE |
jford38 | 14:36c306e26317 | 5 | #define GND_COLOR 0x66CD00 |
jford38 | 14:36c306e26317 | 6 | #define TANK_RED 0xCD0000 |
jford38 | 14:36c306e26317 | 7 | #define TANK_BLUE 0x000080 |
jford38 | 14:36c306e26317 | 8 | #define PI 3.1415926535797 |
jford38 | 14:36c306e26317 | 9 | |
jford38 | 14:36c306e26317 | 10 | int CONVERT_24_TO_16_BPP(int col_24); |
jford38 | 14:36c306e26317 | 11 | |
jford38 | 14:36c306e26317 | 12 | #endif //GLOBAL_H__ |