smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

PCF8574 + R-2R Resistor Ladder = Higher color definition? #27

Open joveaaron opened 1 year ago

joveaaron commented 1 year ago

Hello! I was wondering if this was possible as I have 10 of these chips laying around in my workbench

segfaultdev commented 1 year ago

Hi! As far as I'm aware, that's not possible, as color definition is limited by memory (and presumably pin flip speeds), plus that PCF8574 seems to use I2C to communicate with the Arduino, making pin flips even slower.