![]() |
AlphaLCD helper for Arduino
1.0.4
LCD helper example for Arduino with AlphaLCD and Streaming library
|
LCD Display base strings. More...
#include "Version.h"
Go to the source code of this file.
Macros | |
#define | _SPACING " " |
#define | _EMPTY_HALF_LINE " " |
Half text line empty (based on 20 character lines LCD) More... | |
#define | _VERSION "V" |
#define | _DIRECT_PHOTO "Photo" |
Direct function: Shoot a photo. More... | |
#define | _DIRECT_FOCUS "Focus" |
Direct function: Setup auto focus on the Camera. More... | |
#define | _DIRECT_BURST "Burst" |
Direct function: Burst a manual sequence. More... | |
#define | _MAIN_MESSAGE "'Info' last action" |
#define | _MENU_MESSAGE "'Down' for items" |
#define | _READY_MESSAGE "Select any option" |
#define | _STANDBY_TIT "Standby" |
Standby status. More... | |
#define | _CHOICE_TIT "Ready" |
Choice from the menu or waiting for action. More... | |
#define | _RUNNING_TIT "Running" |
Function running. More... | |
#define | _PAUSED_TIT "Paused" |
Function paused. More... | |
LCD Display base strings.
The strings used to build the board interface.
Definition in file Strings.h.
#define _CHOICE_TIT "Ready" |
#define _DIRECT_BURST "Burst" |
#define _DIRECT_FOCUS "Focus" |
#define _DIRECT_PHOTO "Photo" |
#define _EMPTY_HALF_LINE " " |