Set brightness to 100% when using display flash

This commit is contained in:
Benjamin Schaaf
2021-11-12 01:18:36 +11:00
parent 24835cdc25
commit 4e7120f609
3 changed files with 127 additions and 35 deletions

View File

@@ -1,5 +1,10 @@
#include "gio/gio.h"
typedef struct _MPFlash MPFlash;
void mp_flash_gtk_init(GDBusConnection *conn);
void mp_flash_gtk_clean();
MPFlash *mp_led_flash_from_path(const char *path);
MPFlash *mp_create_display_flash();
void mp_flash_free(MPFlash *flash);