Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/costava/aqm0802a-lcd-pic32
PIC32 library for AQM0802A-RN-GBW LCD display
https://github.com/costava/aqm0802a-lcd-pic32
c display lcd pic pic32 pic32mx pic32mx270f256b
Last synced: about 1 month ago
JSON representation
PIC32 library for AQM0802A-RN-GBW LCD display
- Host: GitHub
- URL: https://github.com/costava/aqm0802a-lcd-pic32
- Owner: Costava
- License: mit
- Created: 2018-03-12T21:46:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T22:57:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T06:17:01.874Z (3 months ago)
- Topics: c, display, lcd, pic, pic32, pic32mx, pic32mx270f256b
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://akizukidenshi.com/download/ds/xiamen/AQM0802.pdf)
`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 SCL2Tested on:
- PIC32MX270F256B
- MPLAB X IDE v4.15
- XC32 v2.05Feel free to create an issue and ask a question.