forked from olikraus/m2tklib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
m2tklib ChangeLog | ||
M2tklib ChangeLog | ||
|
||
2011-07-04 v1.00 Oliver Kraus <[email protected]> | ||
* First release | ||
|
@@ -25,7 +25,7 @@ m2tklib ChangeLog | |
* fixed arduino event-source to support DATA_UP and _DOWN | ||
2012-04-15 v1.07 Oliver Kraus <[email protected]> | ||
* M2tk for U8glib | ||
2012-06-xx v1.08 Oliver Kraus <[email protected]> | ||
2012-06-26 v1.08 Oliver Kraus <[email protected]> | ||
* Fixed char width calculation for numeric u8glib fonts (issue 54) | ||
* Fixed bug on the top element calculation for STRLSIT/INFO elements | ||
* Extra column for STRLIST element | ||
|
@@ -35,4 +35,4 @@ m2tklib ChangeLog | |
* New element: M2_2LMENU | ||
* Serial console input and/or output (20x4 LCD simulator) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
=== M2TKLIB === | ||
http://code.google.com/p/m2tklib/ | ||
|
||
Install instructions for Atmel Studio 6 are here: | ||
http://code.google.com/p/m2tklib/wiki/as6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/bin/echo -n "1.08pre4" | ||
/bin/echo -n "1.08" |