bitluni / ESP32VGA

http://bitluni.net/esp32-vga
132 stars 24 forks source link

14bit vgamode color in pixel? #11

Open Avon1 opened 4 years ago

Avon1 commented 4 years ago

In 14bit vga color mode it dose not pick up all color from 0-255 rgb receptivity how to fix it. like I can't give all colors in

vga.dotFast(x, y, r | g | b);

Can I give every color from like this.

vga.dotFast(x, y, 0-255| 0-255 | 0-255);

14 bit colors mean ‭16,384‬ colors total or something else I did not understand help?