OpenEVSE / OpenEVSE_PLUS

OpenEVSE Hardware
169 stars 71 forks source link

Non OpenESVE LCD #8

Open samigroup opened 5 years ago

samigroup commented 5 years ago

Hello, I am experiencing around with the OpenEVSE Plus Controller, I have added my available LCD 16X2, with pack module for I2C is there any way to update the I2C address without flashing the OpenEVSE controller code? -- I know the LCD through the OpenEVSE is jumped A0-A2, so I soldered the A0-A2 jumpers to get the same address, but its not just that, its more, where its two different communication schemes. But its protected for throught the header files and headers, I was wondering if I can change the selection of LCD definition/I2C header through the RPI interface (wifi interface)

samigroup commented 5 years ago

If anyone was successful with this, it would be great if you can give me some pointers. Thanks!

chris1howell commented 5 years ago

To use a different LCD/Controller combo you will need to modify the source code to support your particular device and recompile.

On Sun, Aug 25, 2019, 9:10 PM Sami notifications@github.com wrote:

If anyone was successful with this, it would be great if you can give me some pointers. Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OpenEVSE/OpenEVSE_PLUS/issues/8?email_source=notifications&email_token=AAN5QH56TOUZNMXD5YR4BSDQGNJSPA5CNFSM4IKGFJPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5DGQ3I#issuecomment-524707949, or mute the thread https://github.com/notifications/unsubscribe-auth/AAN5QH7DAQAMILE5OHVKKTLQGNJSPANCNFSM4IKGFJPA .

samigroup commented 5 years ago

Thanks Chris.