Miscellaneous fixes to align with badgemagic-rs
It uses 48-pixel wide screens for .gifs.
This commit is contained in:
@@ -61,8 +61,8 @@ int main_handler(void) {
|
||||
}
|
||||
|
||||
subframe++;
|
||||
if (subframe > 32 && flash_header_valid) {
|
||||
// approximately 60fps
|
||||
if (subframe > 33 && flash_header_valid) {
|
||||
// approximately 30fps
|
||||
subframe = 0;
|
||||
|
||||
uint16_t fb[44];
|
||||
|
||||
Reference in New Issue
Block a user