Posts with the tag Python:

Developing Mobile Pages With Pillow

This is a follow up post to the one I made about the TTGO T5 v2.2. The aim was to prepare images and make them available for display.

Background

At this point I had a Lambda function for converting image data to binary data directly usable by the epdiy Arduino library using Pillow.

I also explored taking screenshots of webpages using Puppeteer, uploading them to S3 and passing them through the Lambda function. However, I had a few concerns about this approach: