Compare commits
No commits in common. "bd82f55966da2f8f1d9e0054b521feab1b29ecde" and "ea3d0121ccb4343b8205e8d3b6ff914ec4e7b9fa" have entirely different histories.
bd82f55966
...
ea3d0121cc
@ -214,9 +214,7 @@ int main()
|
|||||||
|
|
||||||
main_loop_cnt++;
|
main_loop_cnt++;
|
||||||
|
|
||||||
|
strcpy(&disp[0][0], "Line 1");
|
||||||
rot = rotary_encoder_get_abs_val();
|
|
||||||
snprintf(&disp[0][0], 21U, "Rot-Enc: %u", rot);
|
|
||||||
strcpy(&disp[1][0], "Line 2");
|
strcpy(&disp[1][0], "Line 2");
|
||||||
strcpy(&disp[3][0], "Shimatta Reflow");
|
strcpy(&disp[3][0], "Shimatta Reflow");
|
||||||
|
|
||||||
|
@ -421,7 +421,7 @@ enum lcd_fsm_ret lcd_fsm_write_buffer(const char (*display_buffer)[21])
|
|||||||
lcd_fsm_enable(false);
|
lcd_fsm_enable(false);
|
||||||
ret = LCD_FSM_WAIT_CALL;
|
ret = LCD_FSM_WAIT_CALL;
|
||||||
char_cnt++;
|
char_cnt++;
|
||||||
if (char_cnt < 16) {
|
if (char_cnt < 20) {
|
||||||
state_cnt = 5;
|
state_cnt = 5;
|
||||||
} else {
|
} else {
|
||||||
state_cnt = 0;
|
state_cnt = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user