Short answer: yes! Check out
trinket
(http://adafru.it/cEA)
we think there's not enough space for all of the fonts for the 8x8 so you might be able to
drive the 8x8 matrix in 'raw' mode (see the HT16K33 example sketch in the LEDBackpack
Library) but unfortunately not with built-in font support.
That tutorial also shows how to use the TinyM I2C driver, which works great on the
ATtiny85, and adapt other existing libraries for the Trinket
Can Trinket drive a Servo?
Yup! In fact you can use 3 servos as long as they are powered by a good 5V supply,
check out this guide for more details
Why does Windows sound the Connect/Disconnect chimes every ten seconds?
The Trinket only appears to be a USBtinyISP device when the bootloader is running. By
design, the bootloader only runs for 10 seconds and then jumps back to the main user
sketch. this causes the 'disconnect' sound.
On a new trinket, the main sketch will automatically jump back to the bootloader, which
will then cause the 'connect' sound. This cycle will repeat until a user sketch is loaded.
This situation can also happen if you load a sketch with a bug in it that causes a CPU
reset.
© Adafruit Industries
http://learn.adafruit.com/tap-tempo-
for a tutorial on driving the 7-segment displays. Long answer:
(http://adafru.it/cFC)
Last Updated: 2014-07-03 03:30:19 PM EDT
Page 48 of 48
Need help?
Do you have a question about the Trinket and is the answer not in the manual?