Giter VIP home page Giter VIP logo

nucleo-f411-i2c-hd44780's Introduction

NUCLEO-F411 I2C HD44780

This project presents a library for controlling display HD44780, which is connected to the development board NUCLEO STM32F411. Display is connected to the STM32 thought I2C 8bit IO expander PCF8574A. The main routine are placed in the file HD44780.c. In the file HD44780.h are located definitions of functions and commands. The main function (main.c) is the example of using this library for controlling HD44780. The latest files are hal.c i2c and i2c hal.h that carry out setting the I2C peripherals STM32F411.

Description of functions in the file HD44780.c

  • Basic initialization of HD44780 performs function which is called display_HD44780_init(). The function provides basic setup of the display. Before using this function, you must call the function i2c_hal_intialization().
  • Another important functions is display HD44780 cmd(). This function writes specific command to the HD44780. List of commands is placed in the HD44780.h.
  • Functions called display_HD44780_write_char(),display_HD44780_write_string_position() and display_HD44780_write_string() carry listing of entered characters and strings on display.
  • Last function writes custom character on display. The function is called display_HD44780_write_custom_char().

nucleo-f411-i2c-hd44780's People

Contributors

davidhladky avatar

Watchers

 avatar  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.