X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/43b7092bd42d639a527b32dae4af87e37528ef57..bb58af2076c30e41d353ec193deddf54f6c3b8e8:/ChangeLog.txt?ds=sidebyside diff --git a/ChangeLog.txt b/ChangeLog.txt index 3135a34..8338ec6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,16 @@ -v0.9.2 - Ongoing +v0.9.3 - Ongoing ================ +- Add drawTriangle() and drawTriangleFilled() to + drawing.c +- Added cpuReset() to reset the board via AIRCR +- Removed text input dialogue from LCD CLI ('T') to + save a few KB. Command file still exists, just no + longer included in cmd_tbl.h by default. + +v0.9.2 - 14 June 2011 +===================== + - Added ISL12022M RTC Driver (/drivers/rtc/isl12022m) - Fixed a bug drawing filled circles with lcdDrawVLine - Added CLI command to toggle LCD backlight