ugfx/boards/base/RaspberryPi
inmarket 48a9d334b7 Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
..
FreeRTOS Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
example-FreeRTOS Add support for FreeRTOS into make system 2014-10-06 17:05:48 +10:00
board.mk Support added for the Raspberry Pi - talking directly to the graphics co-processor. 2014-07-09 15:40:03 +10:00
board_framebuffer.h Support added for the Raspberry Pi - talking directly to the graphics co-processor. 2014-07-09 15:40:03 +10:00
readme.txt Support added for the Raspberry Pi - talking directly to the graphics co-processor. 2014-07-09 15:40:03 +10:00
rpi_mailbox.c Support added for the Raspberry Pi - talking directly to the graphics co-processor. 2014-07-09 15:40:03 +10:00
rpi_mailbox.h Support added for the Raspberry Pi - talking directly to the graphics co-processor. 2014-07-09 15:40:03 +10:00

readme.txt

This directory contains the interface for the Raspberry Pi framebuffer.
This talks directly to the raspberry pi hardware (not via a linux framebuffer driver).

This graphics interface is software driven - it is not an accelerated interface.

This board definition should work on any operating system that will work on the Raspberry Pi
	eg. Linux, FreeRTOS.

On this board uGFX currently supports:
	- GDISP via the framebuffer driver 

THe following variables may optionally be defined in your gfxconf.h or your makefile...
	- GDISP_LLD_PIXELFORMAT			default = GDISP_PIXELFORMAT_RGB565
	- GDISP_SCREEN_WIDTH			default = 800
	- GDISP_SCREEN_HEIGHT			default = 600

Note that this also provides a Raspberry Pi specific api defined in rpi_mailbox.h to talk
directly to the graphics co-processor from the ARM processor.