dracconi / smolui

ui abstractions for small, embedded systems with small 128x64 display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small experiment on how to make menus.

operation

Also features some small proof-of-concept (?) on how screen UIs could be tested.

Usage

Everything is contained in the tk directory. Fonts and icons are embedded in the code.

User changes the menu.c file to make their menu (it is a rather immediate mode GUI). User also provides set, clear pixel, and clear display functions, which interface with the said display. Rest is listed in tk/usage.txt and tk/using-bitmaps.txt.

About

ui abstractions for small, embedded systems with small 128x64 display


Languages

Language:C 97.8%Language:CMake 2.2%