From f97bb0dca89e320ae0383f94d18c47f10f378787 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Mon, 9 Apr 2012 23:07:58 +0200 Subject: [PATCH 1/1] v1.1.0 --- ChangeLog.txt | 2 +- Makefile | 2 +- .../LPC1343 Workspace.workspace.session | 8 ++++---- build/codelite/LPC1343_CodeBase.project | 20 +++++++++++++++---- build/crossworks/LPC1343_CodeBase.hzp | 3 ++- build/crossworks/LPC1343_CodeBase.hzs | 7 +++---- core/ssp/ssp.c | 6 ++---- drivers/displays/tft/theme.h | 16 +++------------ drivers/displays/tft/touchscreen.c | 2 +- main.c | 5 ----- project/commands/drawing/cmd_button.c | 4 ++-- project/commands/drawing/cmd_progress.c | 2 +- projectconfig.h | 18 +++++++++++++++-- 13 files changed, 52 insertions(+), 43 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 979788a..9f7f7da 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -v1.1.0 - Ongoing +v1.1.0 - 9 April 2012 ============================================================================== BREAKING CHANGES ------------------------------------------------------------------------------ diff --git a/Makefile b/Makefile index 379faa6..3e5c335 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ OBJS += isl12022m.o # TFT LCD support VPATH += drivers/displays/tft drivers/displays/tft/hw -OBJS += drawing.o touchscreen.o colors.o bmp.o +OBJS += drawing.o touchscreen.o colors.o theme.o bmp.o # GUI Controls VPATH += drivers/displays/tft/controls diff --git a/build/codelite/LPC1343 Workspace.workspace.session b/build/codelite/LPC1343 Workspace.workspace.session index 81974c2..b59e362 100644 --- a/build/codelite/LPC1343 Workspace.workspace.session +++ b/build/codelite/LPC1343 Workspace.workspace.session @@ -5,20 +5,20 @@ - + - - + + - + diff --git a/build/codelite/LPC1343_CodeBase.project b/build/codelite/LPC1343_CodeBase.project index ad75d70..10d1983 100644 --- a/build/codelite/LPC1343_CodeBase.project +++ b/build/codelite/LPC1343_CodeBase.project @@ -168,10 +168,6 @@ - - - - @@ -201,6 +197,22 @@ + + + + + + + + + + + + + + + + diff --git a/build/crossworks/LPC1343_CodeBase.hzp b/build/crossworks/LPC1343_CodeBase.hzp index c05e75e..b58252b 100644 --- a/build/crossworks/LPC1343_CodeBase.hzp +++ b/build/crossworks/LPC1343_CodeBase.hzp @@ -236,6 +236,7 @@ + @@ -415,5 +416,5 @@