Skip to content

An tool made with Unity to help visualizing how an LCD display works

License

Notifications You must be signed in to change notification settings

diegolrs/LCD-Pixel-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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