More STM32F746 updates + doco

ugfx_release_2.6
inmarket 2015-10-06 12:05:06 +10:00
parent b82bff671e
commit a35ee53d0a
3 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@
# See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables
GFXLIB = ../ugfx
GFXBOARD = STM32F746-Discovery
GFXDEMO = modules/gdisp/streaming
GFXDEMO = applications/combo
#GFXDRIVERS =
GFXSINGLEMAKE = no

View File

@ -15,7 +15,7 @@
# See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables
GFXLIB = ../ugfx
GFXBOARD = STM32F746-Discovery
GFXDEMO = modules/gdisp/streaming
GFXDEMO = applications/combo
#GFXDRIVERS =
GFXSINGLEMAKE = no

View File

@ -10,7 +10,9 @@ FEATURE: New board STM32F746G-Discovery
FEATURE: New gdisp driver STM32LTDC
FEATURE: Better support for Raw32 platforms
FEATURE: Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT
FEATURE: New demo applications/combo
FEATURE: Adding more font metrics (BaselineX and BaselineY)
FEATURE: Adding gdispGetStringWidthCount()
*** Release 2.3 ***
FEATURE: Added more events to the slider widget