]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - projects/pipboy.html
pipboy update
[gnargle.github.io.git] / projects / pipboy.html
index 09bc715e8ebd28a2bd60ed6615391b8783d69e00..ccf03568511a4d13a10be29c0a12e65d7d1bd409 100644 (file)
                 tonight, my back hurts. No wonder Zuck had to be 19 to do this
                 live.
               </p>
+              <div class="title-block">
+                <h3 class="blog-title">Loading from files</h3>
+                <h3 class="datestamp">21/03/2025</h3>
+              </div>
+              <p>Evening! Let's get right back to work.</p>
+              <p>
+                Yesterday, we figured out how to correctly convert and display
+                an image on the screen. Today,we're going to figure out storing
+                those images, loading them at runtime, and switching to another
+                image later.
+              </p>
+              <p>
+                So, first up: storing and loading the image. This is gonna need
+                me to look up how the espruino fs library works. BRB...
+              </p>
+              <b>Code Updated. Check the github link to keep up.</b>
+              <a href="../img/projects/pipboy/imgstringdump.png">
+                <img
+                  class="blog-img"
+                  src="../img/projects/pipboy/imgstringdump.png"
+                  alt="A screenshot of the pipboys serial connection in vscode showing the file read from disk."
+                />
+              </a>
+              <p>
+                Well that was tremendously easy. First try baby, finally I'm not
+                completely stupid about something! We're gaming! I would take a
+                photo of the screen but I didn't change the image's position so
+                it looks exactly the same. but rest assured it is there!
+              </p>
+              <p>OK, next up, we swap images on the fly.</p>
             </div>
           </div>
         </div>