aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boards/base/STM32F746-Discovery/example_chibios3/Makefile2
-rw-r--r--boards/base/STM32F746-Discovery/example_raw32/Makefile2
-rw-r--r--docs/releases.txt4
3 files changed, 5 insertions, 3 deletions
diff --git a/boards/base/STM32F746-Discovery/example_chibios3/Makefile b/boards/base/STM32F746-Discovery/example_chibios3/Makefile
index c265cada..8e6c70a5 100644
--- a/boards/base/STM32F746-Discovery/example_chibios3/Makefile
+++ b/boards/base/STM32F746-Discovery/example_chibios3/Makefile
@@ -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
diff --git a/boards/base/STM32F746-Discovery/example_raw32/Makefile b/boards/base/STM32F746-Discovery/example_raw32/Makefile
index c6540bba..05106186 100644
--- a/boards/base/STM32F746-Discovery/example_raw32/Makefile
+++ b/boards/base/STM32F746-Discovery/example_raw32/Makefile
@@ -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
diff --git a/docs/releases.txt b/docs/releases.txt
index b1540c26..07fa4f4d 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -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