Adolfo 74fe10f130 fix(LuaGame): fix render black screen, reduce stack to 8192, add exit gesture
- Init task stack 16384->8192 to avoid allocation failure (ret=-1)
- Replace GAME_W/H constants with fb_w/h dynamic for fullscreen 320x480
- Fix l_renderer_clear and app_on_show fill to use dynamic dimensions
- Add PSRAM Lua allocator already, conditional audio skip for solitaire saves RAM
- Exit gesture: top-right 40x40 tap calls tt_app_stop(), game.exit() also stops app
- Screenshot now shows solitaire cards: 810B PNG, 3662 non-black pixels, ASCII preview shows piles with optimized LEFT=4 GAP=4 TOP=4 TAB=60 (was 37/10/30/98)
- Tested solitaire loads external 24430 bytes, pico=1, init OK, no memory low warnings after fix
2026-07-31 13:30:37 -04:00
2025-09-23 21:33:04 +02:00
2025-09-23 22:36:36 +02:00
2025-09-23 21:33:04 +02:00
2025-09-23 21:33:04 +02:00
2025-09-23 21:33:04 +02:00
2026-07-03 21:41:18 +02:00
2026-07-03 23:17:09 +02:00

Tactility Apps

This project contains various official Tactility apps. Some are usable day-to-day while others are simply feature showcases.

License

The Apps are licensed as GPL v3 while the Libraries have their own license. Read more about licensing in LICENSE.md.

S
Description
No description provided
Readme 5.8 MiB
Languages
C 51.1%
C++ 43.5%
Python 4.3%
CMake 1.1%