I have a large number of these LCDs **broken link removed**
which i want to use, if i am able, i can get thousands for free if i wanted to.
The driver used is this https://www.andilcd.de/medien/en/download/controller/andilcd_congraf_sheet_en_lh155ba.pdf
From what ive learned so far, the LCD can be driven using using something called SDA and SCL which are serial data of sorts, and that the driver is note quite i2c compliant, whatever that means.
Pretty much i just want to be able to get to the point i could work out the signal i needed to produce a single dot on the screen. At which point i can handle it myself for how to draw text and such, i just need to find out how to get to that stage, where i can calculate or work out a specific signal i could send to get a specific display , ideally using whatever libraries or whatever are used by the stm32 via arduino as i use it for most everything these days. if im limited to something specific though thats fine, porting will be simple enough. I have a rough idea on what i need to do but not the logic protocols or whatever that i need to follow, this is new territory for me, generating specific data in a frequency or binary i think, bitbanging, etc.
hopefully though an LH155BA driver exists somewhere on the internet, though i cant find one.
I appreciate your patience in this.
which i want to use, if i am able, i can get thousands for free if i wanted to.
The driver used is this https://www.andilcd.de/medien/en/download/controller/andilcd_congraf_sheet_en_lh155ba.pdf
From what ive learned so far, the LCD can be driven using using something called SDA and SCL which are serial data of sorts, and that the driver is note quite i2c compliant, whatever that means.
Pretty much i just want to be able to get to the point i could work out the signal i needed to produce a single dot on the screen. At which point i can handle it myself for how to draw text and such, i just need to find out how to get to that stage, where i can calculate or work out a specific signal i could send to get a specific display , ideally using whatever libraries or whatever are used by the stm32 via arduino as i use it for most everything these days. if im limited to something specific though thats fine, porting will be simple enough. I have a rough idea on what i need to do but not the logic protocols or whatever that i need to follow, this is new territory for me, generating specific data in a frequency or binary i think, bitbanging, etc.
hopefully though an LH155BA driver exists somewhere on the internet, though i cant find one.
I appreciate your patience in this.