zephyr/subsys/fb
Peter A. Bigot e3d613e1f4 subsys/cfb: move MSB_FIRST down to font capabilities
Font capabilities currently indicate whether font data is packed
horizontally or vertically, and this is used to control frame buffer
updates.  The font bit ordering should likewise be recorded in the font
description, and any reversal to match the display applied when text is
being set in the frame buffer.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-04-27 13:27:03 +02:00
..
CMakeLists.txt
Kconfig kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
README_fonts.txt scripts: gen_cfb_font_header: modify to replicate cfb fonts 2019-07-31 05:43:50 -04:00
cfb.c subsys/cfb: move MSB_FIRST down to font capabilities 2020-04-27 13:27:03 +02:00
cfb_fonts.c subsys/fb: correct last character in vtiled fonts 2019-07-11 20:20:59 -07:00
cfb_shell.c