29 lines
986 B
Markdown
29 lines
986 B
Markdown
+++
|
|
title = "Basement HUD"
|
|
page_template = "project-page.html"
|
|
description = "Wall-mounted dual-monitor heads-up display powered by a network-booted Raspberry Pi CM 4"
|
|
|
|
[extra]
|
|
image = "projects/basementhud/hud-photo01.jpg"
|
|
+++
|
|
|
|
|
|
{{ resize_image(
|
|
path="projects/basementhud/hud-photo01.jpg",
|
|
width=400,
|
|
height=0,
|
|
op="fit_width",
|
|
alt="A photo of two monitors mounted on the wall",
|
|
title="The HUD on the Wall!"
|
|
link="hud-photo01.jpg"
|
|
style="float: right; padding-left: 1em"
|
|
) }} There are several things I want to keep an eye on throughout the day. I
|
|
have a couple of Grafana dashboards that I like to have open all the time, but
|
|
that just seems like a waste of screen real estate!
|
|
|
|
Since they basically give away 1080p monitors at Microcenter, I decided it would
|
|
be fun and interesting to hang a couple of them on the wall. That way, I can
|
|
see my dashboards all the time, without taking away one of my desktop monitors.
|
|
|
|
<div style="clear: both"></div>
|