Search found 2 matches

by crashmeplease
Thu Dec 19, 2019 11:12 am
Forum: Arduino
Topic: HC4x4x4Cube Arduino library for 4x4x4 LED cubes
Replies: 25
Views: 53698

Re: HC4x4x4Cube Arduino library for 4x4x4 LED cubes

I have created a simple little python helper script for myself to help me write the Matrix_Buffer[] strings.

It is my first Python/tkinter/pygubu script, and writing it helped me learn a few things on the way.

I hope people find it useful.
by crashmeplease
Thu Apr 25, 2013 3:45 pm
Forum: Atmel
Topic: USBTinyISP in circuit AVR Atmel programmer (HCARDU0002)
Replies: 10
Views: 37939

Re: USBTinyISP in circuit AVR Atmel programmer (HCARDU0002)

I've been using this with AVRDude on Ubuntu 12.x to program both an Arduino Mega2560 board and bare ATtiny85 ic's using the command line...

Code: Select all

    avrdude -c usbtiny -C /etc/avrdude.conf -p m2560 -U flash:w:myprogram.hex
m2560 = Arduino Mega2560 board


Hope this helps some people..

Go to advanced search