AlphaLCD helper for Arduino  1.0.4
LCD helper example for Arduino with AlphaLCD and Streaming library
 All Classes Files Functions Variables Macros
Strings.h
Go to the documentation of this file.
1 
8 #ifndef Strings_h_
9 #define Strings_h_
10 
11 #include "Version.h"
12 
13 #define _SPACING " "
14 #define _EMPTY_HALF_LINE " "
15 
16 #define _VERSION "V"
17 
18 #define _DIRECT_PHOTO "Photo"
19 #define _DIRECT_FOCUS "Focus"
20 #define _DIRECT_BURST "Burst"
21 
22 #define _MAIN_MESSAGE "'Info' last action"
23 #define _MENU_MESSAGE "'Down' for items"
24 #define _READY_MESSAGE "Select any option"
25 
26 #define _STANDBY_TIT "Standby"
27 #define _CHOICE_TIT "Ready"
28 #define _RUNNING_TIT "Running"
29 #define _PAUSED_TIT "Paused"
30 
31 #endif
Version and Build NumberHelper Class.