forked from gurgleapps/pico-pumpkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
# pico-pumpkin | ||
|
||
8x8 led matrix eyes for a halloween pumpkin full detailed instructions can be found below. | ||
Here's modification of 8x8 led matrix eyes for a halloween pumpkin. | ||
|
||
You can edit the sprites and animations and pretty much everything. Works with multiple matrix drivers and microcontrollers. | ||
I removed support for i2c and the HT16k33 LED matrix in the process of making the code clearer for myself using | ||
the MAX7219. I used these (Amazon UK) for the eyes: https://amzn.eu/d/e5Kw5vX | ||
|
||
[Link To Full Instructions](https://gurgleapps.com/learn/projects/8x8-led-matrix-halloween-jack-o-lantern-pumpkin-project-with-a-pico) | ||
I fixed the issue mentioned in the video that the left and right eyes needed to be swapped to display scrolling messages. | ||
|
||
[8x8 Make Your Own Sprite Online Tool](https://gurgleapps.com/tools/matrix) | ||
I couldn't get the LED matrices to work from the tutorial, so I used the PIN connections shown in: | ||
https://microcontrollerslab.com/max7219-led-dot-matrix-display-raspberry-pi-pico/ | ||
|
||
I also added a (common anode) RGB LED to light up the mouth, which you could comment out if you don't need. | ||
|
||
For the RGB LED, I used one of these: https://amzn.eu/d/9fQ5G3V | ||
|
||
Known issues: | ||
I think some of the animations don't work e.g. winkLeft, winkRight. | ||
|
||
[Instructions](https://gurgleapps.com/learn/projects/8x8-led-matrix-halloween-jack-o-lantern-pumpkin-project-with-a-pico) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters