GithubHelp home page GithubHelp logo

wastrachan / cosplay-fett-display Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 12 KB

2" ST7789 TFT display module for a Boba Fett costume

License: MIT License

Makefile 2.99% C 84.63% C++ 12.38%
arduino arduino-sketch cosplay

cosplay-fett-display's Introduction

Cosplay: Fett Display

Display module for a Boba Fett costume. Uses a 2" TFT display instead of the traditional segment display/LED bar graph combination. The goal behind this choice was a thinner electronics package and the ability to make some customizations not afforded by a 7-segment display.

Components

  • Adafruit FLORA v3 (ATmega32u4 Chip)
  • Adafruit 2.0" 320x240 Color IPS TFT Display (ST7789 TFT Driver)

Required Libraries

  • Adafruit GFX Library
  • Adafruit BusIO
  • Adafruit ST7735 and ST7789 Library

Development

  1. Install arduino-cli if it is not yet installed.
  2. Create configuration file if you have not yet created one:
    arduino-cli config init
    
  3. Install board support for the Adafruit FLORA:
    arduino-cli config add board_manager.additional_urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
    arduino-cli core update-index
    arduino-cli core install adafruit:avr
    
  4. Add dependent libraries:
    arduino-cli lib update-index
    arduino-cli lib install "Adafruit GFX Library"
    arduino-cli lib install "Adafruit BusIO"
    arduino-cli lib install "Adafruit ST7735 and ST7789 Library"
    

Compile

The sketch can be compiled with make, assuming the steps in development have been followed.

make clean      # Delete build files
make            # Build sketch
make install    # Upload sketch to Adafruit FLORA

License

Copyright (c) 2021 Winston Astrachan. Available under the terms of the MIT license. Software libraries and utilities contained within this project are copyright their respective authors.

cosplay-fett-display's People

Contributors

wastrachan avatar

Watchers

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