Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trusty77 committed Oct 18, 2017
1 parent 22bdacc commit 2ec09b5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
Binary file added History/LcdUi.1.0.1.zip
Binary file not shown.
Binary file modified LcdUi.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions VStudio/TestExe.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
<ClCompile Include="..\src\WindowInt.cpp" />
<ClCompile Include="..\src\WindowInterrupt.cpp" />
<ClCompile Include="..\src\WindowInterruptConfirm.cpp" />
<ClCompile Include="..\src\WindowSequence.cpp" />
<ClCompile Include="..\src\WindowSplash.cpp" />
<ClCompile Include="..\src\WindowText.cpp" />
<ClCompile Include="..\src\WindowYesNo.cpp" />
Expand Down Expand Up @@ -212,6 +213,7 @@
<ClInclude Include="..\src\WindowInt.hpp" />
<ClInclude Include="..\src\WindowInterrupt.hpp" />
<ClInclude Include="..\src\WindowInterruptConfirm.hpp" />
<ClInclude Include="..\src\WindowSequence.hpp" />
<ClInclude Include="..\src\WindowSplash.hpp" />
<ClInclude Include="..\src\WindowText.hpp" />
<ClInclude Include="..\src\WindowYesNo.hpp" />
Expand Down
5 changes: 5 additions & 0 deletions WhatsNew.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
18/10/2017 V1.0.1
- Mise en forme du numéro de version en 'semver' (Semantic Versioning 2.0.0).

- Version number converted to 'semver' format (Semantic Versioning 2.0.0).

23/09/2017 V1.01
- Correction d'un type d'argument const sur Screen::DisplayChar()

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LcdUi
version=1.01
version=1.0.1
author=Thierry Paris - Locoduino
maintainer=https://git.framasoft.org/locoduino.org/LcdUi
sentence=This library is made to build sophisticated User Interface on Arduino for text Lcds .
Expand Down
4 changes: 2 additions & 2 deletions src/LcdUi.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
#endif

#ifndef STR_LCDTITLE
#define STR_LCDTITLE16 F("LCD UI V1.01")
#define STR_LCDTITLE16 F("LCD UI V1.0.1")
#define STR_LCDCOPYRIGHT16 F("By Thierry Paris")

#define STR_LCDTITLE F("LCD User Interface V1.01")
#define STR_LCDTITLE F("LCD User Interface V1.0.1")
#define STR_LCDCOPYRIGHT F("Developed by Thierry Paris.")
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/WindowSplash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// This is a temporary window for time limited messages

/// +------------------+
/// | LCD UI v0.30 |
/// | LCD UI v1.00 |
/// | (c) Locoduino |
/// | |
/// | |
Expand Down

0 comments on commit 2ec09b5

Please sign in to comment.