subsys: add monochrome character framebuffer
Add monochrome character framebuffer for monochrome graphic dot matrix displays and electrophoretic displays. These displays are mostly monochrome and can only display black and some other color, for example white. Typically, a byte controls 8 pixels, arranged vertically or horizontally depending on the controller or settings. The API is not suitable to display graphics, the purpose is to display text or symbols. It is possible to use several fonts. A font can also consist of graphic symbols only and thus, for example, enable the realization of a menu. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
eb01a012f9
commit
f531e0d62e
8 changed files with 5691 additions and 0 deletions
|
@ -16,3 +16,4 @@ add_subdirectory(random)
|
|||
add_subdirectory(storage)
|
||||
add_subdirectory_ifdef(CONFIG_SETTINGS settings)
|
||||
add_subdirectory_ifdef(CONFIG_PM_CONTROL_OS power)
|
||||
add_subdirectory(fb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue