Hello,
I have B4R code module called Glcd it's an lcd driver, I want to driver 2 lcds and instantiate this module with different properties(pin assignment, col, rows..etc). for example
private LCD1 as Glcd
private LCD2 as Glcd
LCD1.begin(1,2,3)
LCD2.begin(4,5,6)
or should I create new module(a copy of original one) and name them LCD1, LCD2?
Thanks
I have B4R code module called Glcd it's an lcd driver, I want to driver 2 lcds and instantiate this module with different properties(pin assignment, col, rows..etc). for example
private LCD1 as Glcd
private LCD2 as Glcd
LCD1.begin(1,2,3)
LCD2.begin(4,5,6)
or should I create new module(a copy of original one) and name them LCD1, LCD2?
Thanks