Coder Social home page Coder Social logo

ivanrochacardoso / esp32lcd16x24b Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rick0x00/esp32lcd16x24b

0.0 0.0 0.0 13.32 MB

Functional way to connect ESP32 to 16x2 LCD without I2C module, using 4-bit communication

License: MIT License

C++ 75.10% HTML 24.90%

esp32lcd16x24b's Introduction

ESP32 LCD 16X2 4bits

Functional way to connect ESP32 to 16x2 LCD without I2C module, using 4-bit communication.

Here is where the code stretch you should pay attention to as well as make the correct connections in board.

const int rs = 23, rw = 4, en = 22, d4 = 5, d5 = 18, d6 = 19, d7 = 21;
LiquidCrystal lcd(rs, rw, en, d4, d5, d6, d7);

ESP32LCD16X44b_3D

ESP32LCD16X44bPCB-CAD

ESP32LCD16X44b_SCHEMATIC

esp32lcd16x24b's People

Contributors

rick0x00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.