ugfx/docs/releases.txt

32 lines
1.3 KiB
Plaintext
Raw Normal View History

*****************************************************************************
*** Releases ***
*****************************************************************************
2012-10-13 17:54:01 +00:00
current stable: 1.2
*** changes after 1.2 ***
2012-10-01 18:33:47 +00:00
*** changer after 1.1 ***
2012-10-05 20:47:29 +00:00
FIX: orientation macros changed
FIX: huge internal bugfix in orientation stuff (big thanks to Abhishek)
2012-10-07 22:37:38 +00:00
FEATURE: added TOUCHPAD_XY_INVERTED macro
FIX: struct cal renamed to struct cal_t
FIX: SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN_HEIGHT
2012-10-11 10:28:20 +00:00
FIX: struct TOUCHPAD_t renamed to struct TOUCHPADDriver_t
FIX: struct GConsole renamed to struct GConsole_t
2012-10-13 17:50:21 +00:00
FIX: lcdConsoleXXX() functions have been renamed to gfxConsoleXXX()
2012-10-17 19:19:53 +00:00
FEATURE: FSMC for SSD1289 F2/F4
2012-09-22 22:08:26 +00:00
2012-10-01 11:26:22 +00:00
*** changes after 1.0 ***
2012-10-01 21:32:31 +00:00
FIX: removed gdisp and touchpad prefix of driver directories
UPDATE: added SSD1963 driver
FIX: fixed Validation, VMT driver, console and BitBlit
FEATURE: added clipping support
FEATURE: addad gdispDrawArc()
FEATURE: added SSD1963 DMA support
FEATURE: added touchpad interface for storing calibration values (#define TOUCHPAD_STORE_CALIBRATION)
CHANGE: replaced every GDISP_XXX macro with GDISP_XXX
CHANGE: removed last digit of version number