Add themes and fbdev force-refresh quirk via config
This commit is contained in:
parent
a4a4734317
commit
2987305546
29 changed files with 636 additions and 287 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue