add support for Bitsy 7.10; turn dithering off by default; more help text

This commit is contained in:
2021-11-06 11:15:34 +00:00
parent a2c92b1e12
commit 7c444cb35d
3 changed files with 16 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ lazy_static! {
image: None,
room_name: None,
palette: SelectedPalette::None,
dither: true,
dither: false,
brightness: 0,
}
);