Microchip® Advanced Software Framework

lcdca_automated_char_config Struct Reference

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
uint8_t lcdca_automated_char_config::automated_timer
uint8_t lcdca_automated_char_config::dign
uint8_t lcdca_automated_char_config::dir_reverse
uint8_t lcdca_automated_char_config::lcd_tdg
uint8_t lcdca_automated_char_config::steps

The number of steps to use in scrolling mode.

STEPS = string length - DIGN + 1

Referenced by lcdca_automated_char_set_config(), run_lcdca_automated_scrolling_test(), and run_lcdca_automated_sequential_test().

uint8_t lcdca_automated_char_config::stseg