fusee: pass along lcd vendor to exosphere (needed for mariko fatal)

This commit is contained in:
Michael Scire
2021-01-05 09:32:57 -08:00
committed by SciresM
parent 428b5b266c
commit 99e4920d9d
3 changed files with 43 additions and 34 deletions

View File

@@ -388,6 +388,8 @@
void display_init(void);
void display_end(void);
uint16_t display_get_lcd_vendor(void);
/* Switches screen backlight ON/OFF. */
void display_backlight(bool enable);