<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Bad Apple on ESP32</title>
        <link>https://peertube.civl.cc/videos/watch/85220e3d-a582-4f52-99bf-708481ea6195</link>
        <description>This isn't anything groundbreaking, but I did face a lot of challenges trying to figure out the best way to store the video data in a format where it would fit on the ESP32s' limited flash memory. I ended up using Run Length Encoding, and storing it as a list of arrays since working with binary would have been a hassle. I was barely able to eke out a 30 FPS refresh rate while dropping around 5% of frames total. Not bad, though switching to binary and/or using  C instead of Micro Python would have made it easy-peasy to get the processing/writing done in well under 33 ms. The board is an ESP32-S3-n16r8, the board is an SSD1306 with a resolution of 128x64. Official music video by Alstromeria Records, feat. nomico: https://www.youtube.com/watch?v=i41KoE0iMYU</description>
        <lastBuildDate>Fri, 11 Sep 2026 05:44:33 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.civl.cc</generator>
        <image>
            <title>Bad Apple on ESP32</title>
            <url>https://peertube.civl.cc/client/assets/images/icons/icon-512x512.png</url>
            <link>https://peertube.civl.cc/videos/watch/85220e3d-a582-4f52-99bf-708481ea6195</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.civl.cc/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.civl.cc/feeds/video-comments.xml?videoId=85220e3d-a582-4f52-99bf-708481ea6195" rel="self" type="application/rss+xml"/>
    </channel>
</rss>