]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Add basic support for textline objects
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:32 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit4db7519032f94bc769a7a32421b26b2ec58cbbe5
tree6530f778f50a3b3333cb0d62c6863e4ed33470a3
parent93f99b35ec7d32b86a00cd066d2f8107cc9c23ed
expo: Add basic support for textline objects

A textline is a line of text which can be edited by the user. It has a
maximum length (in chracters) but otherwise there are no restrictions.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Makefile
boot/scene_textline.c [new file with mode: 0644]
include/expo.h