Giter Site home page Giter Site logo

teensy_touchscreen's Introduction

CS572 TERM PROJECT
Teensy Touchscreen
December 6, 2010
Clark Boylan, Nate Georgeson, Chris Noonan, Abdelhalim Ragab

The Linux device driver module is GPLv2 licensed, and the firmware adapted from
PJRC's example USB Mouse code retains the original PJRC license.

The driver module makes great use of the existing
linux/drivers/hid/usbhid/usbmouse.c driver though it has been simplified to
work with this specific device and not explicitly use DMA in its URB. The
firmware uses a modified usb_mouse.c file so that at compile time the builder
can decide if the firmware should report as an HID mouse or not. The default is
to not report as an HID mouse allowing the linux device driver module to talk
to the device (otherwise Linux's HID driver takes over).

To build the driver run `make` in the driver directory. To have the module auto
loaded by usbcore you will then need to run `make modules_install` as root in
that directory.

To build and install the firmware you will need a teensy 2.0. To build the
firmware run `make` in the firmware directory. To install the firmware we use
PJRC's cli firmware loader. Run `teensy_loader_cli -mmcu=atmega32u4 -w
firmware.hex`. Press the button on the teensy and the firmware should be
loaded.

teensy_touchscreen's People

Contributors

abdelhalim avatar cboylan avatar greyfax avatar

Stargazers

Rob Patershuk avatar Gun.io Robot avatar Bob Dougherty avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar James Cloos avatar

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.