aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2018-02-24 12:36:15 +1000
committerinmarket <andrewh@inmarket.com.au>2018-02-24 12:36:15 +1000
commitd9eaba249f7314b5946cfff19c3ba64215babb27 (patch)
tree5e42269e045026acb2412ec161e04655cfc661cf /changelog.txt
parentaeef03a83e59745f06d9b30a5dbbc4eea7170df5 (diff)
downloaduGFX-d9eaba249f7314b5946cfff19c3ba64215babb27.tar.gz
uGFX-d9eaba249f7314b5946cfff19c3ba64215babb27.tar.bz2
uGFX-d9eaba249f7314b5946cfff19c3ba64215babb27.zip
Added support for specifying calibration fonts and text
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 30501b36..26eb8be7 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,16 @@
*** Releases ***
*****************************************************************************
+*** After Release 2.8 ***
+FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_FONT1 and GINPUT_TOUCH_CALIBRATION_FONT2
+FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_TITLE and GINPUT_TOUCH_CALIBRATION_ERROR
+FIX: Fixed ensuring the clock is fully started in STM32LTDC based boards
+FIX: Fixed compiler error in ST7735 driver
+FIX: Added support for negative baseline_x in fonts
+FIX: Fixed some word wrapping issues
+FIX: Fixed drawing of 3x3 pixel boxes
+
+
*** Release 2.8 ***
FEATURE: Added support for 128x32 SSD1306 based displays
FIX: Fixed recursion bug in console history