pebble
  • Tutorials
  • Get the SDK
  • Guides
  • Documentation
  • Examples
  • Community
  • Blog
  • More
Privacy
Cookies
Publish

Community

  • Events
    • Developer Retreat 2015
    • Developer Retreat 2014
  • Online Communities
  • Example Apps
    • Hello
    • Caltrain
    • HeroBoard
    • Multi Timer
    • Resistor Time
  • Tools
    • App Message Bridge
    • Appstore Badge Generator
    • GPath.svg
    • pBuild Travis CI Build Tool
    • Sublime Text Plugin
    • Watchface Generator
    • Watch Status
  • Libraries
    • Color Selector
    • Custom Status Bar for Pebble
    • EffectLayer
    • GBitmap Colour Palette Manipulator
    • Java Pebble Timeline
    • JS Message Queue
    • Pebble Timeline API for DotNet (C#)
    • Pebble API PHP
    • PebbleTimeline API Ruby
    • PHPebbleTimeline
    • PinPusher
    • pypebbleapi
    • Simple Dithering Library
    • T3 Keyboard
    • ToastLayer Library

Simple Dithering Library

UPDATE - June 17, 2015

Now supports the full range of RGB colors (255x255x255)! Check out this forum post for more info.

This library provides easy functions for creating dithered rectangles and circles, using either random or ordered dithering.

By using 50% dithering, developers are able to combine every color available in Basalt, resulting in a new color palette of about 343 different colors. This is possible since 50% dithering is so small that the human eye perceives this as a single color.

There are also functions for creating gradients, as well as animated transitions between two colors.

Created By:

Mathew Reiss

View Library