Description
frfr 🧇
Related Schematics

256 color display
The hardware for the 256 colors resource pack, by zPippo

Hex Value Clamper
Takes a min value, max value, and an input. Forces the output to be between the min and max value, i.e. if the input value is above the max value, the output becomes the max value. 4 x 3 x 2
![Circle drawer by Inno [InnocentOne933]](https://s3.us-east-005.backblazeb2.com/schemat-io/schemat-io/schematics/a3954695-6ef4-4eae-9abd-58d76c9ea334/a3954695-6ef4-4eae-9abd-58d76c9ea334.png)
Circle drawer by Inno [InnocentOne933]
64 x 64!!

Singular RCA Adder
A singular RCA adder of one of many designs. Includes inputs A and B, CIN, and COUT. CIN is the side input, COUT is the two-colored 4-long wire, and A and B are the levers at the back. RCA adder designs are great for redstone beginners - they are simple to explain, build, and use. However, there is a drawback: RCA has a delay for each adder you add. Each adder has to wait for the last to finish. That is where 'Ripple Carry Adder' gets it's name. It ripples. This means that not every calculation will take the same amount of time, and thus RCA is not recommended for applications with sensitive timings. If you do plan to use it in something with a clock, like a CPU, probably ensure that the clock is slow, as to give the RCA time. And for pipelined CPUs? Forget it.