mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 12:17:26 +00:00
invert display option (#2232)
* invert display option * text fix, format code
This commit is contained in:
@@ -81,6 +81,10 @@ bool IO::get_dark_cover() {
|
||||
return portapack::persistent_memory::apply_fake_brightness();
|
||||
}
|
||||
|
||||
bool IO::get_is_inverted() {
|
||||
return portapack::persistent_memory::config_lcd_inverted_mode();
|
||||
}
|
||||
|
||||
uint8_t IO::get_brightness() {
|
||||
return portapack::persistent_memory::fake_brightness_level();
|
||||
}
|
||||
|
Reference in New Issue
Block a user