Skip to content

Kentucky-Fried-Circuits/HD44780-ESP-IDF-CPP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HD44780 C++ Library for the ESP-IDF

This library is a C++ version based on the HD44780 component of maxsydney. More information about his library at: https://github.com/maxsydney/ESP32-HD44780

Most of the methods are similar to the LiquidCrystal library commonly used for arduino.

An example of its implementation is in main.cpp

Intructions for installation

HD44780.cpp and HD44780.h must be placed inside the components directory or in a subfolder inside of this one. The corresponding CMakelists.txt must be inside the same directory where the mentioned .h and .cpp are located as in this repository.

The original main.c must renamed to main.cpp and also in the CMakelists.txt within the main directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • CMake 3.5%