Automated character display configuration structure.
#include <lcdca.h>
Data Fields | |
uint8_t | automated_mode |
Automated display mode selection. More... | |
uint8_t | automated_timer |
Timer selected for automated mode. More... | |
uint8_t | dign |
Number of digits used in the display. More... | |
uint8_t | dir_reverse |
Digit display direction. More... | |
uint8_t | lcd_tdg |
Type of digit selected. More... | |
uint8_t | steps |
The number of steps to use in scrolling mode. More... | |
uint8_t | stseg |
Start segment. More... | |
uint8_t lcdca_automated_char_config::automated_mode |
Automated display mode selection.
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().
uint8_t lcdca_automated_char_config::automated_timer |
Timer selected for automated mode.
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().
uint8_t lcdca_automated_char_config::dign |
Number of digits used in the display.
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().
uint8_t lcdca_automated_char_config::dir_reverse |
Digit display direction.
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().
uint8_t lcdca_automated_char_config::lcd_tdg |
Type of digit selected.
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().
uint8_t lcdca_automated_char_config::steps |
The number of steps to use in scrolling mode.
STEPS = string length - DIGN + 1
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().
uint8_t lcdca_automated_char_config::stseg |
Start segment.
Referenced by c42364a_text_scrolling_start(), c42412a_text_scrolling_start(), lcdca_automated_char_set_config(), main(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().