Memory LCD Software Libraries
If you’re wanting to use a Memory LCD with an Arduino, there are at least four software libraries to choose from. In no particular order, they are: The Rengineer’s Memory LCD library: https://github.com/TheRengineer/MemoryLcd Supports drawing basic shapes and printing bit map images. You may have to replace instances of ‘prog_uchar’ in the code with byte […]