Description
The casual 8x8 Screen that has a pixel density of 4 blocks / pixel
Related Schematics

LFC calculator
Largest Factor Calculator The output value is the largest factor of the input value (excluding the input value itself)Winning build of ORE's March 2025 CompetitionWarning: Extremely slow (yeah I'm using repetitive subtractions for division so what?)

Game of Life - 3x3 cell
Size: 3 x 3 x 20 Volume: 180 blocks Density: 86% (25 air blocks) Speed: 4.8 s/it (~0.2 Hz) Layers: Yellow: Memory Red: Reset Pink: Logic Cyan: Trigger Blue: Neighbor communication Where to find me: Minecraft: cmoa Discord: cmoa_ Reddit: u/cmoa58

8b vertical decoder
Generated by https://github.com/ZpippoZ/minecraft-vertical-decoder-generator

Hex for-loop 2-wide version
Outputs once for every signal strength inputted. So if a signal strength of 7 is inputted, the output will flash 7 times.It has a few nice configuration options:- You can change the pulse duration of the output by increasing the delay on the repeater going into the comparator. Keep in mind that the delay on the repeater next to it needs to be equal to the delay of the repeater going into the comparator.- You can also change the delay between pulses by expanding the pulse extenderI also made a version that is one block longer and doesn't use a redstone lamp, but it is 3-wide instead of 2-wide. You can find that on my account page as well.