查看: 1071|回复: 3
|
[解答] Arduino Uno + LCD Keypad Shield 的问题
[复制链接]
|
|
本帖最后由 impotence200x 于 13-2-2017 07:42 PM 编辑
各位大大,
最近我自己在学如何使用 arduino Uno,一开始试玩了一下手痒就买了个 LCD keypad Sheild (DFRobot) 来试
教学里面的都好像plug and play那样, 只是pin换掉就可以用
就这样我load了很简单的sketch 来跑lcd screen 可惜它只是有背光, 没有显示 "Hello world"
1. 我把sketch upload了再把keypad shield 配起来
2. 跟着配起来的时候,arduino Uno 反应正常 "L" 灯也着
sketch 如下:
// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
void setup() {
// set up the LCD's number of columns and rows:
lcd.begin(16, 2);
// Print a message to the LCD.
lcd.print("hello, world!"
}
void loop() {
// set the cursor to column 0, line 1
// (note: line 1 is the second row, since counting begins with 0):
lcd.setCursor(0, 1);
// print the number of seconds since reset:
lcd.print(millis() / 1000);
}
请问我哪里有出现问题呢 ?
最好不是板的问题
|
-
-
没显示,只有背光
|
|
|
|
|
|
|
发表于 8-2-2017 11:28 PM
|
显示全部楼层
没用过arduino,
但是arduino fan base 很多,source code 应该不会有问题。
你试看adjust trimmer 看看。
通常是contrast set 不对。 |
|
|
|
|
|
|
|
楼主 |
发表于 9-2-2017 06:02 PM
|
显示全部楼层
对, 我看大家都是用同样的source code, 而且好像只是plug and play 就可以了
但是 很多问题在 contrast 的至少还有display, 然后 一格格的黑色格子
我的什么格都没有
但是让我再调调看再告诉你, 谢谢你!
|
|
|
|
|
|
|
|
楼主 |
发表于 13-2-2017 07:51 PM
|
显示全部楼层
|
|
|
|
|
|
| |
本周最热论坛帖子
|