todo

来自「LCD module driver」· 代码 · 共 11 行

TXT
11
字号
 - implement more modes, i.e. double hight characters, other cursors,... - I am unsure about the way I have done the needed delays. The LCD modules   are very picky about them, i.e. data may in no case be sent too fast to   it or you'll loose it. Currently the delays are done using the udelay()   kernel function. AFAIK this does busy waiting but I do not know exactly.   If anyone has a better way PLEASE let me know! - Implement some way to have buttons attached to the display module to do   some controls. I plan to add an interrupt handler to the driver and use   the four still unused input lines of the parallel port for 7 buttons and   one interrupt line. Any help welcome!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?