version 1.2 released
This commit is contained in:
parent
752fa654a6
commit
90d0700720
2 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
This is a tree of the toplevel directory of the GLCD library.
|
This is a tree of the toplevel directory of the GLCD library.
|
||||||
The maintainer is supposed to keep it up to date at any new release.
|
The maintainer is supposed to keep it up to date at any new release.
|
||||||
|
|
||||||
|
.
|
||||||
├── demos
|
├── demos
|
||||||
│ ├── console
|
│ ├── console
|
||||||
│ │ └── main.c
|
│ │ └── main.c
|
||||||
|
@ -12,6 +13,8 @@ The maintainer is supposed to keep it up to date at any new release.
|
||||||
│ └── touchpad
|
│ └── touchpad
|
||||||
│ └── main.c
|
│ └── main.c
|
||||||
├── docs
|
├── docs
|
||||||
|
│ ├── codingstyle.txt
|
||||||
|
│ ├── configure.txt
|
||||||
│ ├── console.txt
|
│ ├── console.txt
|
||||||
│ ├── contributors.txt
|
│ ├── contributors.txt
|
||||||
│ ├── files.txt
|
│ ├── files.txt
|
||||||
|
@ -72,6 +75,7 @@ The maintainer is supposed to keep it up to date at any new release.
|
||||||
│ ├── touchpad_lld.c
|
│ ├── touchpad_lld.c
|
||||||
│ ├── touchpad_lld_config.h
|
│ ├── touchpad_lld_config.h
|
||||||
│ └── touchpad_lld.mk
|
│ └── touchpad_lld.mk
|
||||||
|
├── gfx.mk
|
||||||
├── include
|
├── include
|
||||||
│ ├── console.h
|
│ ├── console.h
|
||||||
│ ├── gdisp_emulation.c
|
│ ├── gdisp_emulation.c
|
||||||
|
@ -81,7 +85,6 @@ The maintainer is supposed to keep it up to date at any new release.
|
||||||
│ ├── gdisp_lld_msgs.h
|
│ ├── gdisp_lld_msgs.h
|
||||||
│ ├── touchpad.h
|
│ ├── touchpad.h
|
||||||
│ └── touchpad_lld.h
|
│ └── touchpad_lld.h
|
||||||
├── lcd.mk
|
|
||||||
├── license.txt
|
├── license.txt
|
||||||
├── old
|
├── old
|
||||||
│ ├── graph
|
│ ├── graph
|
||||||
|
@ -113,5 +116,4 @@ The maintainer is supposed to keep it up to date at any new release.
|
||||||
└── tools
|
└── tools
|
||||||
└── readme.txt
|
└── readme.txt
|
||||||
|
|
||||||
26 directories, 85 files
|
26 directories, 87 files
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,10 @@
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
current stable: 1.1
|
current stable: 1.2
|
||||||
|
|
||||||
|
*** changes after 1.2 ***
|
||||||
|
|
||||||
|
|
||||||
*** changer after 1.1 ***
|
*** changer after 1.1 ***
|
||||||
FIX: orientation macros changed
|
FIX: orientation macros changed
|
||||||
|
|
Loading…
Add table
Reference in a new issue