I've finally finished the more interesting parts of the text screen peripheral I'd been building for several months for R16K1S60. *** Update: Fixed TEST, see main save ***
sorcery
nextgen
screen
computer
60hz
display
printer
electronics
subframe
r16k1s60
Comments
-
The bit mask for setting the cursor is 0x1000. You just send 0x1000 + Y * 32 + X to the terminal, that's it.
-
0x100 + hex(<5bitsX><5bitsY>)
-
cmk20, it is a bit map
-
OMG!!!
-
@bren9874 Making subframe electronics is like using an incredibly precise programming language made of pixels. EVERY pixel has a purpose (except for aesthetic borders and labels) and without them, the entire thing comes crashing down or at least one aspect of computing gets messed up. Once again, this relies on _very_ predictable order of evaluation for each particle on screen which allows many operations to occur in one frame.
-
I have a 100000000000000-qubit quantum computer in my house.
-
How did you even know this was going to work in the end? It just looks like a bunch of random electronics to me.
-
Dos eanyone noe hoe to set the cursor? I dont know how to turn a x and y value into a three digit hex code...
-
once tutorials are released on subframe tech, everyone will be able to experiment with and improve existing 60hz devices!
-
Using A library make by Sopa (He made the prime finder) I made a simple counter id:2013560 it's more for code example if anything :)