Skip to content

Releases: chrisdiana/ThumbyCraft

ThumbyCraft 1.17.2

Choose a tag to compare

@chrisdiana chrisdiana released this 24 Aug 01:41

Cardputer / Cardputer ADV

Native ESP-IDF firmware for the M5Stack Cardputer and Cardputer ADV. One universal ESP32-S3 image detects the keyboard controller at boot.

Install

Use thumbycraft-cardputer.bin with M5 Launcher or M5Burner, or write it at flash offset 0x0 with esptool.

Included

  • Cardputer and Cardputer ADV support
  • 160x90 render scaled to the 240x135 display
  • Keyboard controls, audio, SD/LittleFS world storage, and persistent saves
  • Validated ESP32-S3 merged flash image

This is the 1.17.2 bug-fix release; existing 1.17.x worlds and saves are supported.

1.17.2 - FunKey

Choose a tag to compare

@chrisdiana chrisdiana released this 03 Jul 04:12
android/host: mobile wide-FB render config

- Android release APK is debug-signed so it stays sideloadable without a
  keystore; native build goes to -O3 + LTO.
- Mobile render config (512x256 framebuffer, 2x HUD, 576-block world, 540 draw
  distance) wired via the engine's #ifndef guards (RP2350 build untouched).
- host/ gains a CRAFT_BIG_WORLD option to build the same wide config on PC
  (off by default, so build_host stays at stock device parity).