This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi All,
I am attempting to drive a 4COM segment LCD using the "lcd_single_port" example. I have successfully mapped the character (digit 4), but unfortunately, I am observing blurred segments and unused segments that are not completely turned off. See the attached image.
I used 10k external resistor network for COMs.
Could you please suggest me to get ride off this issue. Do I need to used series resistors with segment lines.
Hi Staneslouse,
We've recently released a document on Implementing a Software LCD Solution on MSPM0 which goes into some causes to these effects (section 1 second paragraph).
I also recommend looking at the referenced resources in that document. The MSP430 implementation talks slightly more about the LCD operation.
Regards,
Luke
hi Luke,
After changing the LCD update time it works fine, I will let you know further need any assistance.
Thank you
Kind regards
Stanes
hi Luke,
Also I'm working with CC1310 LCD driver solution using GPIOs . is it possible to implement this method or MSP430 implementation method. Please advice me.
Kind regards
staneslouse
Hi Staneslouse,
I don't think I understand your question exactly. Do you mean you want to apply the MSP430 or MSPM0 method to the CC1310 or use the CC1310's method on the MSPM0?
To put simply, the method utilizes timers and GPIOs to toggle the LCD panels segment and com lines. The method is MCU agnostic and could be implemented by any MCU that has timers and GPIOs. We've created the code examples to help user's easily adopt the method on our MCU platform.
Regards,
Luke
hi Luke,
sorry for the confusion, I mean that want to apply the MSPM0 & MSP430 method to the CC1310. And I got your point
Thank you
Regards
Staneslouse
Hi Staneslouse,
I recommend creating a new post under the CC1310 device if you want to implement something similar. Though I did find this Reference Design for a Segment LCD control using GPIO Pins
Regards,
Luke