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

T3 Keyboard

Advantages

The T3 Keyboard provides a fast and intuitive method for textual input on the Pebble smartwatch.

Usage

  1. Add T3Window.h and T3Window.c to your Pebble project.
  2. Include T3Window.h on the file that uses the T3 Keyboard.
  3. Define keyboard sets and layouts or use pre-defined ones.
  4. Define a handler to get the inputted text.
  5. Create the window and show it.
  6. Profit!

Get more details at the repo listed above.

Created By:

Chris Nucci

View Library