podcastparser
podcastparser copied to clipboard
Simplified, fast RSS parsing library in Python
So I have been using this project for a while and I do not understand how did you make these hex images for the LM15SGFNZ07 screen. I have been trying...
Bitmaps encoded in 16 bit `unsigned short` arrays produce one garbage byte in memory per 2 pixels: > **0000**RRRR GGGGBBBB, **0000**RRRR GGGGBBBB, **0000**RRRR GGGGBBBB ... As an alternative, bitmaps can be stored...
This is because the SPI clock (4 MHz default at Arduino Uno) is too fast. I have to set SPI clock speed to 1 MHz to get it working on...
As a quick hack, I modified the library to get it working on the ESP-12F module. Have look at https://github.com/RicoElectrico/Arduino-SPI-LM15SGFNZ07-LCD-Library . This consisted of getting rid (for now) of progmem-related...