Skip to content

diegolrs/LCD-Pixel-Simulator

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
res
 
 
 
 
 
 
 
 

LCD-Pixel-Simulator

An tool made with Unity to help visualizing how an pixel in a LCD display works.

You can run the tool online at: https://diegolrs.itch.io/lcd-pixel-simulator

Screenshots

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).


(RGB Color model representation)

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:


(CMYK Color model representation)

Ciano - RGB(0, 255, 255)
Magenta - RGB(255, 0, 255)
Yellow - RGB(255, 255, 0)
Key - RGB(0, 0, 0)

Authors

Releases

No releases published

Packages

No packages published

Languages