Skip to content

Costava/AQM0802A-LCD-PIC32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AQM0802A-LCD-PIC32

PIC32 library for the AQM0802A-RN-GBW 8x2 character LCD display. The LCD uses I2C. Imprecise blocking delays are used.

AQM0802A-RN-GBW datasheet

main.c is a demo using the library. It toggles an LED and displays 'on' or 'off' accordingly on the second line of the display. The wiring is the minimum recommended connections of the PIC32MX2XX and:

  • LED connected from VDD to RB13 through a 220 ohm resistor
  • AQM0802A-RN-GBW display connected to SDA2 and SCL2

Tested on:

  • PIC32MX270F256B
  • MPLAB X IDE v4.15
  • XC32 v2.05

Feel free to create an issue and ask a question.

Releases

No releases published

Languages