Giter Site home page Giter Site logo

driver-st7735s's Introduction

Library for the ST7735S display driver

Demonstration

demonstration video

Click on the picture to go to the video.

Architecture

library architecture

This library is an abstraction. To use it, you need to implement functions that will handle communication with the display driver. The header file contains a signature and description of these functions. The implementation itself is very easy. The source code includes an implementation example for Wiring Pi based on the 4-line SPI. After implementing these functions, you need to link them to the library code into your program. This architecture allows this library to be used with a wide range of devices.

If you need to use this library with a parallel interface, you have to rewrite the functions for sending data and drawing. The code is made so simply that this re-implementation will be easy.

The library code has been created in such a way that it can be easily changed to support similar display drivers. Therefore, optimal size variables were used. If you need to minimize the use of operating memory, you can: reduce the size of the variables that store the dimensions of the display and get rid of the pointers. The code will become less flexible but more suited for a specific device.

By using the pointer, you can easily and quickly switch to another display module and draw on it.

The library code is made in the ANSI C standard (X3.159-1989).

Documentation

License

This software is licensed under the MIT License. See the license file for details.

driver-st7735s's People

Contributors

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