Pen Tablet Support: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (PenTablet Support moved to Pen Tablet Support: A more appropriate name, and will be easier to find for people who search the wiki for "tablet.")
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The XO-1 comes equipped with a unique dual-mode pointing device. It functions both as a conventional trackpad (the capactive-sensitive "Glide Sensor") and as a graphics tablet (the pressure-sensitive "Pen Tablet"). This page documents how the PenTablet is supported by the OLPC system software.
The XO-1 comes equipped with a unique dual-mode pointing device. It functions both as a conventional trackpad (the capactive-sensitive "Glide Sensor") and as a graphics tablet (the pressure-sensitive "Pen Tablet"). This page documents how the PenTablet is supported by the OLPC system software.


'''NOTE:''' As of [[OLPC_656_Software_Release_Notes|Build 656]] (2008-01-17), the system software '''does not''' contain support for the PenTablet.
'''NOTE:''' As of [[OLPC_656_Software_Release_Notes|Build 656]] (2008-01-17), the system software '''does not''' contain built-in support for the PenTablet.


== Sample Activities ==
== For Application Developers ==

The state of Pen Tablet support is currently in flux, but there are some sample applications created by [[User:Pdubroy|Patrick Dubroy]] that will allow you play with the tablet. '''NB:''' These applications assume no tablet support in X, so they fork an external process (evtest) to read from the tablet.

* [[Pen_Tablet_Support/GTK_Widget#Sample_Activity | TabletAreaTest]] demonstrates a GTK widget that is mapped to tablet input
* [[Pen_Tablet_UI#Prototype | tabletui]] explores some user interface prototypes for the [[Pen_Tablet_UI#Unconstrained_drawing |unconstrained drawing]] case

== For Activity Developers ==


* The OLPC Human Interface Guidelines explain how the dual-purpose touchpad/PenTablet works from a user's point of view: see [[OLPC_Human_Interface_Guidelines/The_Sugar_Interface/Input_Systems#Trackpad |here]].
* The OLPC Human Interface Guidelines explain how the dual-purpose touchpad/PenTablet works from a user's point of view: see [[OLPC_Human_Interface_Guidelines/The_Sugar_Interface/Input_Systems#Trackpad |here]].
* If you want to map tablet input to a widget that's the same shape and aspect ratio as the physical tablet, see [[Pen Tablet Support/GTK Widget]].
* Since the PenTablet is not currently supported, it has not been decided exactly how application developers will add PenTablet support to their applications
* If you want to use the tablet to draw a larger canvas, as in e.g. the [[Draw | Paint activity]], see [[Pen Tablet Support/Unconstrained Drawing API]]


=== Ideas for Activities using the tablet ===
=== Ideas for Activities using the tablet ===
Line 18: Line 26:
=== User Interaction ===
=== User Interaction ===


It has not yet been decided how the user interaction with the PenTablet will work. The issues are discussed here: [[PenTablet UI]].
It has not yet been decided how the user interaction with the PenTablet will work. The issues are discussed here: [[Pen Tablet UI]].


=== Driver issues ===
=== Driver issues ===
Line 29: Line 37:
* apparently enabling this capability caused the problem of one button click being interpreted as two (see http://dev.laptop.org/ticket/6079)
* apparently enabling this capability caused the problem of one button click being interpreted as two (see http://dev.laptop.org/ticket/6079)


According to Andres Salomon ([http://lists.laptop.org/pipermail/devel/2008-February/011362.html|here] and [http://lists.laptop.org/pipermail/devel/2008-March/012097.html here]), the touchpad driver has been completely rewritten in the master branch, so Update.1 will contain correct drivers for the touchpad and the PenTablet.
According to Andres Salomon ([http://lists.laptop.org/pipermail/devel/2008-February/011362.html here] and [http://lists.laptop.org/pipermail/devel/2008-March/012097.html here]), the touchpad driver has been completely rewritten in the master branch, so Update.1 will contain correct drivers for the touchpad and the PenTablet.

Latest revision as of 04:26, 17 April 2008

The XO-1 comes equipped with a unique dual-mode pointing device. It functions both as a conventional trackpad (the capactive-sensitive "Glide Sensor") and as a graphics tablet (the pressure-sensitive "Pen Tablet"). This page documents how the PenTablet is supported by the OLPC system software.

NOTE: As of Build 656 (2008-01-17), the system software does not contain built-in support for the PenTablet.

Sample Activities

The state of Pen Tablet support is currently in flux, but there are some sample applications created by Patrick Dubroy that will allow you play with the tablet. NB: These applications assume no tablet support in X, so they fork an external process (evtest) to read from the tablet.

For Activity Developers

Ideas for Activities using the tablet

Imagine writing a calculation down on paper and the paper magically working out the answers. We have built a calculator that works like this, which is ideal for pen based computers and interactive whiteboards in classrooms. It recognises your handwriting, and you write naturally, using ordinary mathematics notation you are already familiar with.

For OLPC Core Developers

User Interaction

It has not yet been decided how the user interaction with the PenTablet will work. The issues are discussed here: Pen Tablet UI.

Driver issues

In March 2007, Zephaniah E. Hull posted an informative description of the low-level driver details here.

The PenTablet driver has disabled for quite some time (as of March 2008) because:

According to Andres Salomon (here and here), the touchpad driver has been completely rewritten in the master branch, so Update.1 will contain correct drivers for the touchpad and the PenTablet.