From 8531b8977169bb661b5056cee1997fc7a75aefb3 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 4 Mar 2024 13:02:33 +0100 Subject: [PATCH] Add ui.invert = false to defaults --- pwnagotchi/defaults.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index ddfcc9e0..de52db73 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -154,6 +154,8 @@ personality.throttle_d = 0.9 personality.clear_on_exit = true # clear display when shutting down cleanly +ui.invert = false # false = black background, true = white background + ui.fps = 0.0 ui.font.name = "DejaVuSansMono" # for japanese: fonts-japanese-gothic ui.font.size_offset = 0 # will be added to the font size