Add themes and fbdev force-refresh quirk via config

This commit is contained in:
Johannes Marbach 2024-03-30 08:06:29 +01:00
parent a4a4734317
commit 2987305546
29 changed files with 636 additions and 287 deletions

View file

@ -13,6 +13,10 @@
* Options parsed from command line arguments
*/
typedef struct {
/* Number of config files */
int num_config_files;
/* Paths of config file */
const char **config_files;
/* Display rotation */
lv_display_rotation_t rotation;
} bb_cli_opts;