├── LICENSE ├── README.md ├── ST7628.cpp ├── ST7628.h ├── examples ├── cubo3d │ └── cubo3d.ino ├── fft_demo │ └── fft_demo.ino ├── fft_demo2 │ └── fft_demo2.ino ├── graphicstest │ └── graphicstest.ino ├── rotationtest │ └── rotationtest.ino └── spitftbitmap │ ├── parrot.bmp │ └── spitftbitmap.ino └── library.properties /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/README.md -------------------------------------------------------------------------------- /ST7628.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/ST7628.cpp -------------------------------------------------------------------------------- /ST7628.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/ST7628.h -------------------------------------------------------------------------------- /examples/cubo3d/cubo3d.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/cubo3d/cubo3d.ino -------------------------------------------------------------------------------- /examples/fft_demo/fft_demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/fft_demo/fft_demo.ino -------------------------------------------------------------------------------- /examples/fft_demo2/fft_demo2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/fft_demo2/fft_demo2.ino -------------------------------------------------------------------------------- /examples/graphicstest/graphicstest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/graphicstest/graphicstest.ino -------------------------------------------------------------------------------- /examples/rotationtest/rotationtest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/rotationtest/rotationtest.ino -------------------------------------------------------------------------------- /examples/spitftbitmap/parrot.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/spitftbitmap/parrot.bmp -------------------------------------------------------------------------------- /examples/spitftbitmap/spitftbitmap.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/examples/spitftbitmap/spitftbitmap.ino -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kr4fty/ST7628-Nokia-1600-LCD-Library/HEAD/library.properties --------------------------------------------------------------------------------