add some more compression variations

This commit is contained in:
Crispy 2025-06-17 03:06:02 +02:00
parent 62ee8a6efa
commit a1bcf7d90b
4 changed files with 168 additions and 54 deletions

View file

@ -75,9 +75,7 @@ void draw_num(u16 x, u16 y, u32 num) {
int main() {
gpio_init(PICO_DEFAULT_LED_PIN);
gpio_set_dir(PICO_DEFAULT_LED_PIN, GPIO_OUT);
gpio_put(PICO_DEFAULT_LED_PIN, 1);
tft_init_display(100 * 1000 * 1000); // max is 62.5MHz
// tft_fill(0);
while (!error) {
decode_next_frame();