ugfx/drivers/gdisp/Fb24bpp
inmarket e61f0ae424 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
..
board_fb24bpp_template.h Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX replace powerXXX 2018-07-08 11:47:36 +10:00
driver.mk Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displays 2017-01-20 17:57:18 +10:00
gdisp_lld_config.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gdisp_lld_fb24bpp.c Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
readme.txt First set of V3 macro changes 2018-02-27 17:44:21 +10:00

readme.txt

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.