From 2136fb66a999a81a0a802f98b74cd6caee70156d Mon Sep 17 00:00:00 2001 From: Athene Allen Date: Thu, 20 Mar 2025 19:18:31 +0000 Subject: [PATCH] pipoboy update --- projects/pipboy.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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...

-- 2.47.3