aboutsummaryrefslogtreecommitdiffstats
path: root/docs/files.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-25 01:04:36 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-25 01:04:36 +0200
commite04654e6d9c18262f0e2818ea344a1e961bf1d73 (patch)
treeafebe662a28e2768910fe5c9579f2972e9f1faa6 /docs/files.txt
parent9bcabe082ab7c35eadeaf552bcab8d6b429fc78b (diff)
downloaduGFX-e04654e6d9c18262f0e2818ea344a1e961bf1d73.tar.gz
uGFX-e04654e6d9c18262f0e2818ea344a1e961bf1d73.tar.bz2
uGFX-e04654e6d9c18262f0e2818ea344a1e961bf1d73.zip
version 1.3 release
Diffstat (limited to 'docs/files.txt')
-rw-r--r--docs/files.txt119
1 files changed, 0 insertions, 119 deletions
diff --git a/docs/files.txt b/docs/files.txt
deleted file mode 100644
index 94869efb..00000000
--- a/docs/files.txt
+++ /dev/null
@@ -1,119 +0,0 @@
-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.
-
-.
-├── demos
-│   ├── console
-│   │   └── main.c
-│   ├── lcd
-│   │   └── main.c
-│   ├── notepad
-│   │   └── main.c
-│   ├── readme.txt
-│   └── touchpad
-│   └── main.c
-├── docs
-│   ├── codingstyle.txt
-│   ├── configure.txt
-│   ├── console.txt
-│   ├── contributors.txt
-│   ├── files.txt
-│   ├── readme.txt
-│   ├── releases.txt
-│   └── usage.txt
-├── Doxygenfile
-├── drivers
-│   ├── gdisp
-│   │   ├── Nokia6610
-│   │   │   ├── gdisp_lld_board_example.h
-│   │   │   ├── gdisp_lld_board_olimexsam7ex256.h
-│   │   │   ├── gdisp_lld.c
-│   │   │   ├── gdisp_lld_config.h
-│   │   │   ├── gdisp_lld.mk
-│   │   │   ├── GE12.h
-│   │   │   ├── GE8.h
-│   │   │   └── readme.txt
-│   │   ├── S6D1121
-│   │   │   ├── gdisp_lld.c
-│   │   │   ├── gdisp_lld_config.h
-│   │   │   ├── gdisp_lld.mk
-│   │   │   ├── readme.txt
-│   │   │   └── s6d1121_lld.c.h
-│   │   ├── SSD1289
-│   │   │   ├── gdisp_lld.c
-│   │   │   ├── gdisp_lld_config.h
-│   │   │   ├── gdisp_lld.mk
-│   │   │   ├── readme.txt
-│   │   │   └── ssd1289_lld.c.h
-│   │   ├── SSD1963
-│   │   │   ├── gdisp_lld.c
-│   │   │   ├── gdisp_lld_config.h
-│   │   │   ├── gdisp_lld.mk
-│   │   │   ├── gdisp_lld_panel.h
-│   │   │   ├── readme.txt
-│   │   │   └── ssd1963.h
-│   │   ├── TestStub
-│   │   │   ├── gdisp_lld.c
-│   │   │   ├── gdisp_lld_config.h
-│   │   │   ├── gdisp_lld.mk
-│   │   │   └── readme.txt
-│   │   └── VMT
-│   │   ├── gdisp_lld.c
-│   │   ├── gdisp_lld_config.h
-│   │   ├── gdisp_lld_driver1.c
-│   │   ├── gdisp_lld_driver2.c
-│   │   ├── gdisp_lld.mk
-│   │   └── readme.txt
-│   └── touchpad
-│   ├── ADS7843
-│   │   ├── readme.txt
-│   │   ├── touchpad_lld.c
-│   │   ├── touchpad_lld_config.h
-│   │   └── touchpad_lld.mk
-│   └── XPT2046
-│   ├── readme.txt
-│   ├── touchpad_lld.c
-│   ├── touchpad_lld_config.h
-│   └── touchpad_lld.mk
-├── gfx.mk
-├── include
-│   ├── console.h
-│   ├── gdisp_emulation.c
-│   ├── gdisp_fonts.h
-│   ├── gdisp.h
-│   ├── gdisp_lld.h
-│   ├── gdisp_lld_msgs.h
-│   ├── touchpad.h
-│   └── touchpad_lld.h
-├── license.txt
-├── old
-│   ├── graph
-│   │   ├── graph.c
-│   │   ├── graph.h
-│   │   └── graph.mk
-│   └── gui
-│   ├── gui.c
-│   ├── gui.h
-│   └── gui.mk
-├── readme.txt
-├── src
-│   ├── console.c
-│   ├── gdisp.c
-│   ├── gdisp_fonts.c
-│   ├── gdisp-readme.txt
-│   └── touchpad.c
-├── templates
-│   ├── gdispXXXXX
-│   │   ├── gdisp_lld.c
-│   │   ├── gdisp_lld_config.h
-│   │   ├── gdisp_lld.mk
-│   │   └── readme.txt
-│   ├── readme.txt
-│   └── touchpadXXXXX
-│   ├── touchpad_lld.c
-│   ├── touchpad_lld_config.h
-│   └── touchpad_lld.mk
-└── tools
- └── readme.txt
-
-26 directories, 87 files