ugfx/drivers/gdisp/framebuffer
inmarket fa8167b94d Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
2015-01-21 17:26:24 +10:00
..
board_framebuffer_template.h GDISP framebuffer driver + an implementation for the linux kernel framebuffer device 2014-05-22 17:21:19 +10:00
driver.mk GDISP framebuffer driver + an implementation for the linux kernel framebuffer device 2014-05-22 17:21:19 +10:00
gdisp_lld_config.h GDISP framebuffer driver + an implementation for the linux kernel framebuffer device 2014-05-22 17:21:19 +10:00
gdisp_lld_framebuffer.c Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
readme.txt GDISP framebuffer driver + an implementation for the linux kernel framebuffer device 2014-05-22 17:21:19 +10:00

readme.txt

To use this driver:

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

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

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