X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/f97bb0dca89e320ae0383f94d18c47f10f378787..5f4f9d02e45ed2f7d5781822c5660f0ba411ebb3:/ChangeLog.txt diff --git a/ChangeLog.txt b/ChangeLog.txt index 9f7f7da..a625b35 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,34 @@ +v1.1.2 - ongoing +============================================================================== +NEW FEATURES +------------------------------------------------------------------------------ +- Cleaned up /tools/testfirmware to include more recent blinky, etc. +- Added basic TEA5767 drive +- Added core/cmd/ansi.h (rediscover the joy of ANSI graphics codes :) +- Added fastHLine and fastVLine to lcdProperties_t for all lcd drivers (to + known whether an accelerated vertical or horizontal line drawing function + is present in the driver or not) +- Updated all LCD drivers to include the fastHLine and fastVLine flags +- Added PWM command to CLI (thanks Miceuz) +- Added optional callback in 32-bit timer ISR (thanks again Miceuz) + +BUG FIXES/OPTIMISATIONS/ETC. +------------------------------------------------------------------------------ +- Minor accuracy improvement to pwm.c (off by 1 error) +- Fixed typos in cmd_pwm.c and cmd_tbl.h + +v1.1.1 - 14 April 2012 +============================================================================== +NEW FEATURES +------------------------------------------------------------------------------ +- Added drawRoundedRectangle to drawing.c +- Added ability to select filled or empty rounded rectangles to the 'R' CLI + command +BUG FIXES/OPTIMISATION/ETC. +------------------------------------------------------------------------------ +- Fixed Crossworks Project (missing dependencies) + + v1.1.0 - 9 April 2012 ============================================================================== BREAKING CHANGES @@ -21,7 +52,7 @@ BREAKING CHANGES NEW FEATURES ------------------------------------------------------------------------------ -- Added drawCorner to graphics.c +- Added drawCorner to drawing.c - Added new 'controls/' folder to the GFX library, and added a number of controls that will render correctly with the theme settings, as well as using bitmap or anti-aliased fonts, depending on projectconfig.h