rgblcd.py: fix example to use 0xFF and not 0x255 which is out of bounds
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 29 Jul 2014 10:16:27 +0000 (12:16 +0200)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 29 Jul 2014 10:16:27 +0000 (12:16 +0200)
commit11f1f784c71e3d5624e565c85bd89be064a2fbe5
tree35934d040a06457f65034192695ad00b5a5b39e4
parent662bf67dc66179e430b248688b4fa49cdf5948be
rgblcd.py: fix example to use 0xFF and not 0x255 which is out of bounds

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
examples/python/rgblcd.py