]> git.defcon.no Git - avrfbosd/blob - video_properties.h
Demo updated to use new clear_screen()
[avrfbosd] / video_properties.h
1 #ifndef V_PROPS_H
2 #define V_PROPS_H
3
4 #define HRES 128
5 #define VRES 92
6
7 #define FIRST_LINE 25
8 #define LAST_LINE 301
9
10 #define SCREEN_LINES ( LAST_LINE - FIRST_LINE )
11
12 #endif