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 File Reference

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...
 

Detailed Description

LCD Display base strings.

The strings used to build the board interface.

Definition in file Strings.h.

Macro Definition Documentation

#define _CHOICE_TIT   "Ready"

Choice from the menu or waiting for action.

Definition at line 27 of file Strings.h.

#define _DIRECT_BURST   "Burst"

Direct function: Burst a manual sequence.

Definition at line 20 of file Strings.h.

#define _DIRECT_FOCUS   "Focus"

Direct function: Setup auto focus on the Camera.

Definition at line 19 of file Strings.h.

#define _DIRECT_PHOTO   "Photo"

Direct function: Shoot a photo.

Definition at line 18 of file Strings.h.

#define _EMPTY_HALF_LINE   " "

Half text line empty (based on 20 character lines LCD)

Definition at line 14 of file Strings.h.

#define _MAIN_MESSAGE   "'Info' last action"

Definition at line 22 of file Strings.h.

#define _MENU_MESSAGE   "'Down' for items"

Definition at line 23 of file Strings.h.

#define _PAUSED_TIT   "Paused"

Function paused.

Definition at line 29 of file Strings.h.

#define _READY_MESSAGE   "Select any option"

Definition at line 24 of file Strings.h.

#define _RUNNING_TIT   "Running"

Function running.

Definition at line 28 of file Strings.h.

#define _SPACING   " "

Definition at line 13 of file Strings.h.

Referenced by welcome().

#define _STANDBY_TIT   "Standby"

Standby status.

Definition at line 26 of file Strings.h.

#define _VERSION   "V"

Definition at line 16 of file Strings.h.

Referenced by welcome().