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
5179
subsys/fb/cfb_fonts.c
Normal file
5179
subsys/fb/cfb_fonts.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue