readme

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

TXT
19
字号
Demo programs for self defined characters-----------------------------------------To build the programs just type 'make'.wave:	To run just type		./wave > /dev/lcd	It will display a sine-wave scrolling from right to left using	vertical bar graph characters to have a smoother wave. The waiting	time between each frame is by default 60000 Micro seconds which is	quite fast. You can specify another time value on the commandline	just by		./wave 250000 > /dev/lcd	which is quite slow.

⌨️ 快捷键说明

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