Skip to content

Example of reading and displaying ADC inputs on an LCD

Notifications You must be signed in to change notification settings

earthlcd/ezLCD-ADC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ezLCD-ADC Example Program

This program demonstrates how to read the ADC ports of the ezLCD-5035

Check comment in the code for firmware versions that this code has been tested on.

The differential ADC inputs are not yet working and you can only use them in single ended mode.  ADC Ports 7 & 8 are part of a differential pair and if you try to open port 8 after port 7 has been opened (or visa versa) the program will crash.  This is why there is an if statement that skips port 8 when opening the ports.

IMG_2230

IMG_2224

About

Example of reading and displaying ADC inputs on an LCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages