BlinkenPlusEnglish: Difference between revisions
From BlinkenArea Wiki
ArneRossius (talk | contribs) No edit summary |
ArneRossius (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
** supports FAT16 and FAT32 filesystems (very small cards with FAT12 must be reformatted to FAT16 before they can be used) | ** supports FAT16 and FAT32 filesystems (very small cards with FAT12 must be reformatted to FAT16 before they can be used) | ||
** supports multiple partitions on the card (the first primary partition with a partition ID of 0x04, 0x06, 0x0B or 0x0C will be used) | ** supports multiple partitions on the card (the first primary partition with a partition ID of 0x04, 0x06, 0x0B or 0x0C will be used) | ||
** Supported file formats: [[BIN]], [[BLM]], [[BML]] | ** Supported file formats: [[BINEnglish|BIN]], [[Blinkenlights_Movie_English|BLM]], [[Blinkenlights_Markup_Language_English|BML]] | ||
== Supported Projects == | == Supported Projects == |
Revision as of 22:10, 12 June 2012
back to summary | |
BlinkenPlus | |
---|---|
Year | 2011 |
Architecture | Atmel AVR |
Operating System | none |
Hardware requirements | 8 KiB flash |
Software requirements | none |
Source Code Size | - |
Memory requirements | 217 Bytes + (number of pixels) * 1.5 |
Language | AVR assembly |
License | |
Contact person | Arne Rossius |
Miscellaneous |
The BlinkenPlus firmware is a common firmware for several BlinkenLights and ARCADE clone projects. It supports playing BlinkenMovies from the microcontroller's flash memory, from SD card or using an incoming MCUF stream via RS232. It also outputs an MCUF stream for every frame it displays (no matter what source).
Features
- supported controllers:
- 144 pixel projects: ATmega8515, ATmega16
- 520 pixel projects: ATmega162
- supported resolutions:
- 18x8 pixels (1/8 and 1/18 multiplexing)
- 26x20 pixels (1/20 multiplexing)
- supports MMC, SD and SDHC cards
Supported Projects
- BlinkströmAdvanced (experimental)
- BlinkströmAdvanced-Stream (experimental)
- BlinkenLEDs Plus Prototype
- BlinkenLEDs Plus Rev. 1
- BlinkenLEDs Plus Rev. 3
- BSA-Plus
- ArcadeMicro
Configuration
The assembly file has several configuration options at the beginning. They are automatically set if you select one of the supported projects or can be configured manually for your own project or if you don't like the standard settings. See the comments in the assembly file for explanation of the options.