Method 1: Unzip the entire .zip package to the libraries folder of the Arduino IDE. Method 2: Add this .zip package directly to the Arduino IDE. Open the Arduino IDE -> Choose 'Sketch' in the taskbar -> Choose 'Include Library' -> Add .ZIP library. Find Waveshare-LCD1602-RGB-mater....
Arduino IDE will automatically load the driver library under the same folder, select the correct driver board model and its corresponding port number, click the upload button to automatically Start compiling and uploading the demo, and the demo will run automatically after ...
cc/en/Tutorial/LiquidCrystalHelloWorld */ //包含库代码: #include <LiquidCrystal.h> //通过关联任何需要的LCD接口引脚来初始化库与arduino pin号连接 //一般先定义各自的引脚 int contrast = 2, backlight = 3, rs = 22 rw = 23, enable = 24, d4 = 25, d5 =26, d6 = 27, d7 = 28; Liqu...