Skip to content

beta-0.1.30

Pre-release
Pre-release

Choose a tag to compare

@hermes-gadget hermes-gadget released this 24 May 01:25

SlopOS T-Deck Firmware — beta-0.1.30

Flash with esptool

# Full flash (first install):
esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin

# App update (keep settings):
esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
  write_flash 0x10000 firmware.bin

Web Flasher

Use the manifest at webflasher/manifest.json with esptool.js.

File Use
firmware.bin App only (flash at 0x10000)
firmware-merged.bin Full flash (flash at 0x0)
webflasher/slopos-tdeck-firmware.bin App update
webflasher/slopos-tdeck-full.bin Full flash
webflasher/slopos-tdeck-bootloader.bin Bootloader
webflasher/slopos-tdeck-partitions.bin Partition table
webflasher/manifest.json Web flasher manifest

What's Changed

  • fix: GT911 touch orientation — SWAP_XY, sensor bounds, remove calibration by @gadgethd in #1
  • ui: remove icon tile borders, smaller font on home grid by @gadgethd in #2
  • ui: full-screen grid layout, centered content, smaller fonts by @gadgethd in #3
  • fix: restore display state after wake by @gadgethd in #4
  • Fix chat rendering and MeshCore text payload follow-ups by @gadgethd in #12
  • Add themed back buttons to secondary screens by @gadgethd in #13

New Contributors

Full Changelog: beta-0.1.29...beta-0.1.30