+\n
This commit is contained in:
parent
7b4e9893e2
commit
14a7d63fb5
1 changed files with 1 additions and 0 deletions
1
src/ui.c
1
src/ui.c
|
@ -151,6 +151,7 @@ void ( *ui_draw_annunc )( void );
|
|||
void ( *init_ui )( int argc, char** argv );
|
||||
|
||||
void ui_init_LCD( void ) { memset( lcd_nibbles_buffer, 0xf0, sizeof( lcd_nibbles_buffer ) ); }
|
||||
|
||||
void setup_frontend( void )
|
||||
{
|
||||
switch ( frontend_type ) {
|
||||
|
|
Loading…
Reference in a new issue