A. 2*16 B. 2*32 C. 4*16 D. 4*32
A. lcd.print("hello, world!"); B. lcd.begin(16, 2); C. lcd.setCursor(0, 1); D. LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
A. 2 B. 4 C. 6 D. 8
A. 27 B. 33 C. 16 D. 2
A. init() B. backlight() C. setCursor(0,0) D. print("LCD1602 iic Test")