Gadgetoid / doglcd-arduino

Automatically exported from code.google.com/p/doglcd
0 stars 0 forks source link

createChar method uses different datatype from corresponding method in LiquidCrystal. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use createChar function on object of DogLcd class.

What do you see instead?
compiler error

LiquidCrystal::createChar expects parameters of type uint8_t or byte;
DogLcd::createChar expects parameters of type int.

Easy to work around, but may want to change for consistency/compatibility.

Original issue reported on code.google.com by hey...@yahoo.com on 4 Mar 2010 at 9:23

GoogleCodeExporter commented 9 years ago
Hi,
sorry I'm so late on this issue, but I made a mistake inn the google-project 
setup
for mail notifications on issue changes.

I fixed this issue. The method now uses datatype uint8_t.

Thanks again
Eberhard 

Original comment by e.fa...@wayoda.org on 29 Mar 2010 at 7:24