QMK/lib/ugfx/drivers/gdisp/Fb24bpp
2020-03-23 10:48:11 +01:00
..
board_fb24bpp_template.h initial upload 2020-03-23 10:48:11 +01:00
driver.mk initial upload 2020-03-23 10:48:11 +01:00
gdisp_lld_config.h initial upload 2020-03-23 10:48:11 +01:00
gdisp_lld_fb24bpp.c initial upload 2020-03-23 10:48:11 +01:00
readme.txt initial upload 2020-03-23 10:48:11 +01:00

To use this driver:

1. Add in your gfxconf.h:
	a) #define GFX_USE_GDISP		GFXON

2. To your makefile add the following lines:
	include $(GFXLIB)/gfx.mk
	include $(GFXLIB)/drivers/gdisp/Fb24bpp/driver.mk

3. Add a board_fb24bpp.h to you project directory (or board directory)
	base on one of the templates.

Note: This driver supports RGB888 and BGR888 packed framebuffer formats.