mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 01:17:41 +00:00
invert display option (#2232)
* invert display option * text fix, format code
This commit is contained in:
@@ -251,6 +251,8 @@ void set_config_audio_mute(bool v);
|
||||
void set_config_speaker_disable(bool v);
|
||||
void set_config_backlight_timer(const backlight_config_t& new_value);
|
||||
void set_disable_touchscreen(bool v);
|
||||
bool config_lcd_inverted_mode();
|
||||
void set_lcd_inverted_mode(bool v);
|
||||
|
||||
uint8_t encoder_dial_sensitivity();
|
||||
void set_encoder_dial_sensitivity(uint8_t v);
|
||||
|
Reference in New Issue
Block a user