nedko pushed to master at nedko/trmnl_sdl 2026-04-03 16:23:19 +03:00
7b13f45bd3 Fixed automatic text resizing (both auto and shrink)
nedko pushed to master at nedko/trmnl_sdl 2026-04-02 15:26:41 +03:00
5535bfe290 Added ordered dithering example to README
nedko pushed to master at nedko/trmnl_sdl 2026-03-30 17:28:59 +03:00
6b22d8465e Added ability to supply JSON from standard input
a80e23614d Fixed missing semicolon
Compare 2 commits »
nedko pushed tag v2.0 to nedko/usb_magic_hub 2026-01-23 15:31:06 +02:00
nedko released Version 2.0 at nedko/usb_magic_hub 2026-01-23 15:31:06 +02:00
nedko pushed to master at nedko/usb_magic_hub 2026-01-23 15:29:10 +02:00
75706ec226 V2 now uses JST connectors. Gerbers are moved to release.
nedko pushed to master at nedko/trmnl_sdl 2026-01-19 16:00:32 +02:00
7c5cec7d8a Updated README. Fixed gitignore
nedko pushed to master at nedko/trmnl_sdl 2025-12-18 13:26:34 +02:00
3f4e42d7ce Added setters for Widget properties
nedko pushed to master at nedko/trmnl_sdl 2025-12-15 17:08:03 +02:00
40df0f6e0c Added info to README for WidgetImage
nedko pushed to master at nedko/trmnl_sdl 2025-12-15 16:54:56 +02:00
17f73211a9 Fixed 'scale to fit' functionality of WidgetImage
c626578557 Initial image implementation
af9ebe5fe8 Added some runtime protections. Fixed minor things.
Compare 3 commits »
nedko pushed to master at nedko/trmnl_sdl 2025-12-15 14:49:52 +02:00
3d45fc89fc Added more info in README. Updated comments
nedko pushed to master at nedko/trmnl_sdl 2025-12-12 15:43:22 +02:00
8e276ab2ab Move to more memory safe implementation of widget holding
nedko pushed to master at nedko/trmnl_sdl 2025-12-12 15:09:42 +02:00
ddc7898a78 Fixed typo. Reordered widgets alphabetically. Reordered parameters logically.
nedko pushed to master at nedko/trmnl_sdl 2025-12-12 15:03:13 +02:00
d0f538224b Updated README with info on current widgets
nedko pushed to master at nedko/trmnl_sdl 2025-12-12 12:18:07 +02:00
908ddeba44 Changed default screen size to match TRMNL OG
nedko pushed to master at nedko/trmnl_sdl 2025-12-08 17:29:07 +02:00
82c35a6636 Added ability to choose type of text alignment
nedko pushed to master at nedko/trmnl_sdl 2025-12-08 17:17:09 +02:00
9f8a037f69 Fixed text alignment to be visible based rather than surface based
nedko pushed to master at nedko/trmnl_sdl 2025-12-08 15:33:38 +02:00
8e88adf1df Added WidgetRect to draw rectangles
3a52a3991c Moved common functionality and includes around
Compare 2 commits »
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 18:13:34 +02:00
df4ead9f85 Updated gitignore
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 17:44:56 +02:00
69a50b0584 Added being able to set position via JSON. Text now always wraps on newlines.