sparkfun / ColorLCDShield

This is an Arduino library for SparkFun's Color LCD Shield
http://www.sparkfun.com/products/9363
40 stars 66 forks source link

BROWN define is wrong #13

Closed xxxajk closed 10 years ago

xxxajk commented 11 years ago

Perhaps it is my LCD gamma (doubt it!) but: https://github.com/sparkfun/ColorLCDShield/blob/master/firmware/Arduino/libraries/ColorLCDShield/ColorLCDShield.h#L125 This should be 0x822, which looks MUCH more like brown. 0xB22 looks too red. All other predefined colors look fine. Could be a typo... '8' and 'B' do look alike.

xxxajk commented 11 years ago

0x420 looks even better...

ToniCorinne commented 10 years ago

Thanks for contributing. Once we get a few more screens in stock, I'll take a look at this and see how the define should be updated.