Giter Club home page Giter Club logo

stm32_ili9341_display_driver's Introduction

ILI9341 display driver for the STM32F4 microcontroller

This repository contains a display driver for the STM32F4 microcontroller. The ILI9341 should be connected to the STM32F4 in 16-bit parallel mode.

Because the 16-bit parallel mode is used in combination with the MCU's FSMC, the data transfer to the display is very fast.

The driver only supports 16-bit (RGB565) colors.

Usage

The driver offers three functions for display memory access. Include stm32_ili9341p16_display.h to use the driver.

gd_display_init() should be called before any other display operations.

gd_display_fill(...) fills a rectangle on the display with a single color.

gd_display_bitmap(...) transfers data from the memory to the display.

LVGL wrapper

This driver can be used with the LittleV Graphics Library. This is a library to build GUI's.

To use this driver with LVGL, enable double buffering in LVGL with #define LV_VDB_DOUBLE 1 in lv_conf.h.

disp_fill is not implemented yet.

Dependencies

This driver requires the following libraries:

stm32_ili9341_display_driver's People

Contributors

iamniels avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

darkspr1te

stm32_ili9341_display_driver's Issues

cannot find the .h files

hello i am trying to use your librerie but a had a lot of errors like cannot find color.h and lvgl/lvgl/lv_obj/lv_vdb.h can you please help me ??

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.