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.
有没有msp430g2553写1602液晶的显示函数
Hi Chengyang,
我们的430ware里面没有专门关于1602的例子。但是这种例程你在google上面搜索一下能够找到很多。
针对1602这种LCD的控制操作起来比较简单,例程很多,移植起来也比较方便。
xiexie
ken
楼主你好!
1602 液晶一般都是使用GPIO 并行 驱动的,所以从网上直接找一个。然后配置一下GPIO引脚输入输出,再修改下延时时间就可以了。