Coder Social home page Coder Social logo

lcd-demo's Introduction

LCD Demo

A demo LCD project using the Kinetis MK82 microcontroller.

Dependencies

  1. GNU ARM GCC toolchain (download)
  2. cmake >= v3.12
  3. Kinetis MK8x SDK (included as git submodule)
  4. MicroCLI lib (included as git submodule)
  5. MPaland printf lib (included as git submodule)
  6. ft6x36 touch panel driver lib (included as git submodule)

Build

  1. Update all submodules
    • git submodule update --init
  2. Make sure ARMGCC_DIR environment variable is set to the location you installed the ARM gcc toolchain.
  3. Make sure build scripts are executable
    • chmod +x *.sh
  4. Execute one of the build scripts:
    • ./build_all.sh - builds both debug and release configurations
    • ./build_debug.sh - builds debug configuration only
    • ./build_release.sh - builds release configuration only

Project Structure

  • ./ : Project configs, build/linker scripts, etc
  • ./lib/ : external libraries (more on this)
  • ./src/ : project source code

lcd-demo's People

Contributors

cargodog avatar

Stargazers

 avatar

Watchers

 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.