commit | e3d613e1f43444d0284f0fb02f7ebf1514b8a5cd | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Tue Jul 16 11:47:59 2019 -0500 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Apr 27 13:27:03 2020 +0200 |
tree | fc9046dbe67a39c49b91004797ee387e989b8a07 | |
parent | 4c4f07e0dcc8cf17ff58f586f69211737754b671 [diff] |
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>