This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
juget00's profile picture

Pixel Screen

Started by juget00, 23 April 2012 - 01:40 AM
juget00 #1
Posted 23 April 2012 - 03:40 AM
I offered to add a Pixel Screen like text monitors and in console and API or manual set number of color in memory like

dsSetMem(arr) /set memory array
arr[16*32+16]=900255 /set color in pixel 528 (Y=16 X=16 Resolution = 32)  like this RGBGGG R-red G-green B-blue GGG-gray(0 - 255)
Xfel #2
Posted 23 April 2012 - 06:52 AM
That API would not be really lua compilant. Additionally, pixel monitos would require a lot of data being transferred in SMP. I think that was the reason dan said he wouldn't add it.
juget00 #3
Posted 23 April 2012 - 07:02 AM
Hmm not many of data its can send only changed pixels.
Xfel #4
Posted 23 April 2012 - 11:26 AM
It's evaluated here: http://www.computercraft.info/forums2/index.php?/topic/540-individual-pixel-and-color-control/