Hello! I am new to uGFX and would like to use it in a new project.
 
	I have an ML506 board on the Virtex-5 from Xilinx. And the monitor connected to the motherboard via a TFT controller. I do not have the OS.
 
	I want to connect UGFX library. I use this "drivers \ gdisp \ framebuffer".
 
	The file "src \ gos \ gos_raw32.s" I realize the function: 
	void _gosInit (void), 
	void timer_handler (void * callback, u8 timer_number), 
	systemticks_t gfxSystemTicks (void), 
	systemticks_t gfxMillisecondsToTicks (delaytime_t ms).
 
	The file "drivers \ gdisp \ framebuffer \ board_framebuffer.h" I realize the function: 
	board_init () - Initializing the framebuffer and the return address, and display properties.
 
	Please tell me whether you want to sell something else to connect to your library.
 
	Thank you.