Files
Shadowtrance dbf850c434 Fixes and new apps (#30)
- M5 Unit Modules library + M5 Unit Test app
- Minor fixes for TodoList, TwoEleven, Snake, Brainfuck and Breakout
- Fixed SerialConsole to use the uart controller as it was broken in one of the many updates
- Fixed keyboard input in TwoEleven, Breakout, Magic8Ball and Snake
- Bluetooth Media Keys app, supports pressing physical keys to trigger the corresponding buttonmatrix button
- Epub Reader app
2026-06-07 15:56:32 +02:00
..
2026-06-07 15:56:32 +02:00
2026-02-19 19:46:54 +01:00
2026-06-07 15:56:32 +02:00
2026-02-19 19:46:54 +01:00

Todo List

A simple task list manager for Tactility.

Overview

Keep track of tasks directly on your device. Add items, mark them complete, and delete them when done. Tasks are automatically saved and persist across sessions.

Features

  • Add, complete, and delete tasks
  • Visual completion indicators (checkmarks vs pending dots)
  • Strike-through styling for completed items
  • Pending task counter in header
  • Clear all completed tasks at once
  • Persistent storage (survives reboots)

Controls

  • Touch:
    • Tap a task: Toggle between done and pending
    • Tap X button: Delete a task
  • Text Input: Type a task name, then press Enter or the + button to add it
  • Toolbar Button: Trash icon to clear all completed tasks

Storage

Tasks are saved to the app's user data directory in a simple text format:

  • - prefix = pending task
  • + prefix = completed task

Up to 50 tasks, 128 characters each.

Requirements

  • Tactility
  • Touchscreen or keyboard