ugfx_release_2.6
Joel Bodenmann 2013-11-10 22:50:14 +01:00
parent 83482a3b8a
commit b59b47a9e1
2 changed files with 9 additions and 4 deletions

View File

@ -6,3 +6,4 @@ On this board uGFX currently supports:
- GINPUT-touch via the X driver
There is an example Makefile and project in the examples directory.

View File

@ -23,12 +23,15 @@ FEATURE: Add support for generic portrait and landscape orientation modes
FEATURE: Add macro GDISP_DEFAULT_ORIENTATION so an application can specify a default orientation.
FEATURE: Driver files renamed to allow compiles when all object files go in the same directory
FEATURE: New directory structure for board files. Predefined boards have all the hardware definitions predefined.
FEATURE: Board defintions, example projects and makefiles for Win32.
FEATURE: Board defintions, example projects and makefiles for X.
FEATURE: Board defintions, example projects and makefiles for Olimex SAM7-EX256 board.
FEATURE: Board defintions, example projects and makefiles for Mikromedia STM32-M4 board.
FEATURE: Board definotions, example projects and makefiles for Win32.
FEATURE: Board definitions, example projects and makefiles for X.
FEATURE: Board definitions, example projects and makefiles for the Olimex SAM7-EX256 board.
Feature: Board definitions, example projects and makefiles for the Olimex STM32-LCD board.
FEATURE: Board definitions, example projects and makefiles for the Mikromedia STM32-M4 board.
FEATURE: Board definitions, example projects and makefiles for the Marlin board.
FEATURE: New invsqrt() routine added to GMISC
*** changes after 1.8 ***
FEATURE: GWIN list boxes.
FIX: POSIX port removed, now dedicated OS-X and Linux ports
@ -42,6 +45,7 @@ FEATURE: Added gwinListGetSelectedText()
FEATURE: Added gwinListSetScroll()
FEATURE: Added gwinLabelSetBorder()
*** changes after 1.7 ***
FEATURE: Rename of the project from ChibiOS/GFX to uGFX
FEATURE: Moved from github.com to bitbucket.org