waveshareteam-e-Paper/RaspberryPi_JetsonNano/python
Ryan Ziolko 4fb55dbb71 Performance improvements using the 5.65" 7 color E Ink display.
1. As many others have done, switch to using SPI writebytes2() to send pixel data in bulk.  This makes a significant difference on a Raspberry Pi Zero W.
2. Use PIL (Pillow) to convert the image into the correct 4-bit color using a custom palette.  This dramatically speeds up conversion of the image, with the benefit of allow any kind of input image.  PIL will dither quantize/dither the colors as needed.
3. Minor formatting changes to add/remove whitespace
2021-03-09 15:19:43 -06:00
..
examples fix SPI 2021-02-23 11:32:39 +08:00
lib/waveshare_epd Performance improvements using the 5.65" 7 color E Ink display. 2021-03-09 15:19:43 -06:00
pic 2020-12-10 2020-12-11 14:36:30 +08:00
readme_jetson_CN.txt 2020-12-10 2020-12-11 14:36:30 +08:00
readme_jetson_EN.txt 2020-12-10 2020-12-11 14:36:30 +08:00
readme_rpi_CN.txt 2020-12-10 2020-12-11 14:36:30 +08:00
readme_rpi_EN.txt 2020-12-10 2020-12-11 14:36:30 +08:00
setup.py 2020-12-10 2020-12-11 14:36:30 +08:00