bitgamma / palitra

A small companion to graphic tablets for image editing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palitra

Palitra is a simple USB device which is thought to be placed on the side of a graphic tablet while doing image editing in order to have easy access to the most frequently used shortcuts. Of course it can be used in other contexts as well.

The project is based around a PIC18F14K50 chip because it supports USB (using an external crystal) and can be powered from 5v without external components. I also had a couple of them lying around, which made the choice obvious.

There is currently one prototype built on veroboard. I am waiting for the PCB to be delivered from China

Compilation and installation

The repository is an MPLAB X project. Download the IDE and open the project to compile. Note that the firmware is meant to be loaded through the bootloader and not through ICSP. This can be done through the desktop application

Schematics

The schematics are available under hw/palette.dch (DipTrace)

PCB

The PCB is available in the hw/palette.dip file (DipTrace)

Enclosure

The enclosure is composed of 3 STL files. They can be found in the hw folder

TODO

  1. Measure and improve power usage
  2. Manufacturing

About

A small companion to graphic tablets for image editing

License:Apache License 2.0


Languages

Language:C 87.4%Language:Makefile 5.5%Language:C++ 5.2%Language:Objective-C 1.7%Language:Shell 0.2%