├── LICENSE ├── README.md ├── TODO.md ├── demo_greyscale.py ├── demo_no_flick.py ├── images └── badger2040_dama_greyscale.jpg ├── png2gs8 ├── Makefile ├── README.md ├── dama.gs8 ├── dama_ermellino.png ├── hopper.gs8 ├── hopper.png └── png2gs8.c └── uc8151.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/TODO.md -------------------------------------------------------------------------------- /demo_greyscale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/demo_greyscale.py -------------------------------------------------------------------------------- /demo_no_flick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/demo_no_flick.py -------------------------------------------------------------------------------- /images/badger2040_dama_greyscale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/images/badger2040_dama_greyscale.jpg -------------------------------------------------------------------------------- /png2gs8/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/Makefile -------------------------------------------------------------------------------- /png2gs8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/README.md -------------------------------------------------------------------------------- /png2gs8/dama.gs8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/dama.gs8 -------------------------------------------------------------------------------- /png2gs8/dama_ermellino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/dama_ermellino.png -------------------------------------------------------------------------------- /png2gs8/hopper.gs8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/hopper.gs8 -------------------------------------------------------------------------------- /png2gs8/hopper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/hopper.png -------------------------------------------------------------------------------- /png2gs8/png2gs8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/png2gs8/png2gs8.c -------------------------------------------------------------------------------- /uc8151.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/uc8151_micropython/HEAD/uc8151.py --------------------------------------------------------------------------------