LCD Pixel Simulator [Open Source]
LCD Pixel Simulator
An tool made with Unity to help visualizing how an pixel in a LCD display works.
Liquid crystal displays (LCDs) are comprised of tiny elements of color called pixels.
Each pixel consist of three subpixels colored red (R) , green (G), and blue(B).
All the colors displayed in a screen are combinations of differents amounts of R, G, and B values, like color space CMYK that are made with that following combination:
Ciano - RGB(0, 255, 255)
Magenta - RGB(255, 0, 255)
Yellow - RGB(255, 255, 0)
Key - RGB(0, 0, 0)
Source Code: https://github.com/diegolrs/LCD-Pixel-Simulator
| Status | Released |
| Category | Tool |
| Platforms | HTML5 |
| Author | diegolrs |
| Genre | Simulation |
| Tags | Life Simulation, Unity, User Interface (UI) |






Leave a comment
Log in with itch.io to leave a comment.