From: Athene Allen Date: Thu, 20 Mar 2025 19:18:31 +0000 (+0000) Subject: pipoboy update X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/commitdiff_plain/2136fb66a999a81a0a802f98b74cd6caee70156d?hp=0059ca824603380cd38733204a0412c4666b9a32 pipoboy update --- diff --git a/projects/pipboy.html b/projects/pipboy.html index faf57af..582a5d6 100644 --- a/projects/pipboy.html +++ b/projects/pipboy.html @@ -403,6 +403,15 @@ monochrome, and any dimming is done by dithering. I'm so glad I'm liveblogging this so everyone can see how stupid I am.

+

+ That's ok though! We're here to learn, and this actually makes + things relatively nice and easy. I'm sure there are monochrome + image -> uint arrays somewhere out there one the web already, + thisn is a very common format on embedded platforms, so I just + need to find one and run the icons for various perks etc through + them, and we can get one displaying. +

+

in fact, maybe that's what we do next. BRB...