added more images to deej0461

This commit is contained in:
2026-04-09 22:04:53 +02:00
parent 8647da389d
commit 35cfd46e21
4 changed files with 11 additions and 1 deletions

View File

@@ -21,13 +21,23 @@ Software-wise, I set this up with the original deej software to control main vol
<ImageGallery
images={[
{
src: "prototype.webp",
alt: "An Arduino Pro Micro with a white LED attached to it. The LED is glowing.",
desc: ["initial prototype to test LED functionality"],
},
{
src: "soldering.webp",
alt: "An Arduino with keyboard switches, LEDs, and a slider wired into it. The components are connected with relatively long cables.",
desc: ["it may look like a prototype, but these are the production-ready innards of the machine!"],
},
{
src: "printing.webp",
alt: "A Bambu Lab A1 mini 3D printer in the middle of printing casing parts using a golden filament. The printer head has two googly eyes attached.",
desc: ["googly-eyed printer hard at work"],
},
{
src: "soldering.webp",
src: "assembly.webp",
alt: "An Arduino set into a 3D printed case with a slider, two LEDs, and four key switches soldered to it using wires. The components are spread out and hanging out the top of the case.",
desc: ["no PCB? no problem"],
},