AT07910

Using Hardware Autonomous Animation

To use the hardware's autonomous segment animation:
cs_cfg.lcd_csr_timer = LCDCA_TIMER_FC1;
cs_cfg.lcd_csr_dir = LCDCA_CSR_RIGHT;
cs_cfg.size = 7;    // Total 7-pixels.
cs_cfg.data = 0x03; // Display 2 pixel at one time.
lcdca_circular_shift_set_config(&cs_cfg);
lcdca_circular_shift_enable();