Giter Site home page Giter Site logo

odroid_display's Introduction

Odroid-C1 Display Service for CloudI

Example use of this service is shown in the odroid_fish repository.

This service shows how CloudI can isolate C dependencies for hardware so higher-level data processing can run decoupled (keeping the fault-tolerance constraints on both pieces of source code separate).

Currently only the 16x2 LCD display is supported. Compilation requires the Odroid-C1 wiringPi library fork.

Usage

The format for the service request is:

uint8  (7 status LEDs bitmask to set as off)
uint8  (7 status LEDs bitmask to set as on)
uint8  (7 status LEDs bitmask to set opposite value (toggle))
char[] (32 UTF8 characters, '\0' causes no display change)

The characters supported are limited by the HD44780U A00 character set which is commonly used for LCD displays.

The supported UTF8 characters are:

  • ' ' (no-break space)
  • ¢
  • ¥
  • °
  • µ
  • ·
  • ä
  • ñ
  • ö
  • ÷
  • ü
  • Σ (upper greek sigma)
  • Ω (upper greek omega)
  • α (lower greek alpha)
  • β (lower greek beta)
  • γ (lower greek delta)
  • ε (lower greek epsilon)
  • θ (lower greek theta)
  • μ (lower greek mu)
  • π (lower greek pi)
  • ρ (lower greek rho)
  • ₤ (lira currency)
  • ← (left arrow)
  • → (right arrow)
  • ∑ (n-ary summation (upper greek sigma))
  • √ (square root)
  • ∞ (infinity)
  • ⌜ (top left corner)
  • ⌟ (bottom right corner)
  • █ (full block)

The unsupported ASCII characters are:

  • \
  • ~

TODO

  • Add UTF8 Japanese characters
  • Add support for the A02 character set (?)

odroid_display's People

Contributors

okeuday avatar

Watchers

 avatar  avatar

Forkers

namjae

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.