zephyr/include/display
Peter A. Bigot 1090dbc6b4 subsys/cfb: improve font structure packing
The specified order of fields wastes space when the cfb_font_caps enum
isn't packed.  Reorder to avoid this behavior.

Also remove the unnecessary array size on the extern symbol declaration,
lest the compiler misinterpret the properties as being zero-length
arrays rather than pointers.  (The idiom is already technically
using undefined behavior since we're relying on the linker rather than
the language to produce an array from the individual declarations.)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-07-31 05:43:50 -04:00
..
cfb.h subsys/cfb: improve font structure packing 2019-07-31 05:43:50 -04:00
framebuf.h cleanup: include/: move display.h to drivers/display.h 2019-06-27 22:55:49 -04:00
grove_lcd.h
mb_display.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00