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.
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 17:24:29 +02:00
56e07e1080 Added WidgetText. Fixed some things. Updated README
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 15:33:17 +02:00
58abb91c64 Updated README. Added example config. Added default font for ease of use.
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 15:26:04 +02:00
77514c4d13 Added missing things
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 15:24:33 +02:00
6931d80e04 Finished JSON system. Cleaned up some things
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 15:05:03 +02:00
6cad6428a4 Added initial JSON configuration support
nedko created branch master in nedko/trmnl_sdl 2025-12-04 13:05:36 +02:00
nedko pushed to master at nedko/trmnl_sdl 2025-12-04 13:05:36 +02:00
34ce515521 Initial commit. Added base of framework