Git Product home page Git Product logo

vestargo's Introduction

Vestargo

Description

Minimal control software for the Vestaboard display.

Also contains a minimal board simulator to test your sequence

cargo run vestargo-simulator

Usage

To control what is displayed change the content of the sequence.yaml file.

Add templates to steps, each step has a duration in seconds

You can use the following templates in your sequence:

Templates

Dynamic

Text

Text

Displays given text, up to 6 lines of 22 characters. Colors are represented by the following characters:

  • '๐ŸŸฅ' : Red
  • '๐ŸŸง' : Orange
  • '๐ŸŸจ' : Yellow
  • '๐ŸŸฉ' : Green
  • '๐ŸŸฆ' : Blue
  • '๐ŸŸช' : Purple
  • 'โ—ฝ' : White / - 'โ–ˆ' : Filled
  • 'โฌ›' : Black
- template: Text
  duration: 5
  text:
    -
    - 'Hello world !'
    -
    - 'Bonjour le monde !'
    -
    - 'โ–ˆ๐ŸŸฅ๐ŸŸง๐ŸŸจ๐ŸŸฉ๐ŸŸฆ๐ŸŸชโ—ฝโฌ›โ–ˆ๐ŸŸฅ๐ŸŸง๐ŸŸจ๐ŸŸฉ๐ŸŸฆ๐ŸŸชโ—ฝโฌ›'

HappyText

HappyText

Displays given text surrounded by random colors, up to 4 lines of 20 characters.

- template: HappyText
  duration: 5
  text:
    - 'Hello world !'
    -
    - 'Bonjour le monde !'

Crypto

Crypto

Display the price of cryptocurrencies and 1 day change. Based on coingecko API.

Supports up to 6 tickers.

Currently supported tickers:

  • Btc
  • Eth
  • Bnb
  • Sol
- template: Crypto
  duration: 5
  tickers:
    - Btc
    - Eth
    - Bnb
    - Sol

Meteo

Meteo

Display the weather for Paris. Based on open-meteo API.

- template: Meteo
  duration: 5

Static

Rainbow

Rainbow

Displays a rainbow.

- template: Rainbow
  duration: 5

Hearts

Hearts

Displays hearts.

- template: Hearts
  duration: 5

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.