font_direction is no more
This commit is contained in:
parent
ea90f92ebb
commit
71bd7e97c6
|
@ -90,8 +90,6 @@ void main_executor(void) {
|
|||
int yctr=8;
|
||||
int dx=0;
|
||||
|
||||
font_direction = FONT_DIR_LTR; // LeftToRight is the default
|
||||
|
||||
yctr=18;
|
||||
|
||||
uint8_t trigger;
|
||||
|
|
|
@ -19,8 +19,6 @@ void main_sec(void) {
|
|||
int yctr=8;
|
||||
int dx=0;
|
||||
|
||||
font_direction = FONT_DIR_LTR; // LeftToRight is the default
|
||||
|
||||
yctr=18;
|
||||
|
||||
uint8_t trigger;
|
||||
|
|
Loading…
Reference in New Issue