
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
epdlib
Advanced tools
EpdLib provides an interface for creating and displaying scalable layouts that work with most of WaveShare's EPaper displays (EPD). The Layout module can also be used for generating layouts for any screen-buffered display that does not require fast updates.
EpdLib provides classes for interfacing with the screen (Screen), building layouts that will work at any resolution (Layout), and blocks that are used to assemble layouts (Block). EpdLib makes it trivial to build a project that will work on almost any WaveShare display without worrying about the resolution or recoding the display functions.


EpdLib supports almost all of WaveShare's EPD screens. See the Supported Screens below.
See the ChangeLog for details
Layout.layout dictionaries must contain key type that matches the block typePython Modules:
| Screen | Supported | Mode |
|---|---|---|
| 00. epd13in3k | True | "1" 1 bit |
| 01. epd1in02 | True | "1" 1 bit |
| 02. epd1in54 | True | "1" 1 bit |
| 03. epd1in54_V2 | True | "1" 1 bit |
| 04. epd1in54b | True | "1" 1 bit |
| 05. epd1in54b_V2 | True | "1" 1 bit |
| 06. epd1in54c | True | "1" 1 bit |
| 07. epd1in64g | True | "1" 1 bit |
| 08. epd2in13 | True | "1" 1 bit |
| 09. epd2in13_V2 | True | "1" 1 bit |
| 10. epd2in13_V3 | True | "1" 1 bit |
| 11. epd2in13_V4 | True | "1" 1 bit |
| 12. epd2in13b_V3 | True | "1" 1 bit |
| 13. epd2in13b_V4 | True | "1" 1 bit |
| 14. epd2in13bc | True | "1" 1 bit |
| 15. epd2in13d | False | Unsupported |
| 16. epd2in13g | True | "1" 1 bit |
| 17. epd2in36g | True | "1" 1 bit |
| 18. epd2in66 | True | "1" 1 bit |
| 19. epd2in66b | True | "1" 1 bit |
| 20. epd2in66g | True | "1" 1 bit |
| 21. epd2in7 | True | "1" 1 bit |
| 22. epd2in7_V2 | True | "1" 1 bit |
| 23. epd2in7b | True | "1" 1 bit |
| 24. epd2in7b_V2 | True | "1" 1 bit |
| 25. epd2in9 | True | "1" 1 bit |
| 26. epd2in9_V2 | True | "1" 1 bit |
| 27. epd2in9b_V3 | True | "1" 1 bit |
| 28. epd2in9b_V4 | True | "1" 1 bit |
| 29. epd2in9bc | True | "1" 1 bit |
| 30. epd2in9d | False | Unsupported |
| 31. epd3in0g | True | "1" 1 bit |
| 32. epd3in52 | True | "1" 1 bit |
| 33. epd3in7 | False | Unsupported |
| 34. epd4in01f | True | "RGB" 7 Color |
| 35. epd4in2 | False | Unsupported |
| 36. epd4in26 | True | "1" 1 bit |
| 37. epd4in2_V2 | False | Unsupported |
| 38. epd4in2b_V2 | True | "1" 1 bit |
| 39. epd4in2bc | True | "1" 1 bit |
| 40. epd4in37g | True | "1" 1 bit |
| 41. epd5in65f | True | "RGB" 7 Color |
| 42. epd5in83 | True | "1" 1 bit |
| 43. epd5in83_V2 | True | "1" 1 bit |
| 44. epd5in83b_V2 | True | "1" 1 bit |
| 45. epd5in83bc | True | "1" 1 bit |
| 46. epd7in3f | True | "RGB" 7 Color |
| 47. epd7in3g | True | "1" 1 bit |
| 48. epd7in5 | True | "1" 1 bit |
| 49. epd7in5_HD | True | "1" 1 bit |
| 50. epd7in5_V2 | True | "1" 1 bit |
| 51. epd7in5_V2_old | True | "1" 1 bit |
| 52. epd7in5b_HD | True | "1" 1 bit |
| 53. epd7in5b_V2 | True | "1" 1 bit |
| 54. epd7in5bc | True | "1" 1 bit |
| 55. All HD IT8951 | True | "L" 8 bit |
Add your enthusiasm to standardize the epd1in02 screen to this Pull Request.
The epd3in7 is an oddball that has several issues:
EPD.Clear() function',EPD.display() functionThe waveshare-epd library is required for non-IT8951 screens and can be installed from the Git repo:
pip install -e "git+https://github.com/waveshare/e-Paper.git#egg=waveshare_epd&subdirectory=RaspberryPi_JetsonNano/python"
Greg D Meyer's IT8951 library is required and can be installed from the Git repo:
pip install -e "git+https://github.com/GregDMeyer/IT8951#egg=IT8951"
getting ready for pypi: https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56
FAQs
library for creating dynamic layouts for frame-buffered devices
We found that epdlib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.