BlinkenPlusEnglish
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 | [219 + (number of pixels) * (colour channels) * 1.5] Bytes |
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 (not all controllers compatible with all projects):
- ATmega8515
- ATmega162
- ATmega16
- ATmega32
- supported resolutions:
- 18x8 pixels, monochrome (1/8 and 1/18 multiplexing)
- 18x8 pixels, RGB colour (1/18 multiplexing)
- 20x8 pixels, RG colour (1/4 multiplexing)
- 26x20 pixels, monochrome (1/20 multiplexing)
- supports MMC, SD and SDHC cards
Supported Projects
See Category:BlinkenPlusProjects.
Configuration
The configuration options can be found in the file "config.inc" (or at the beginning of "blinkenplus.asm" for older versions). 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.
Downloads
- Version 2013-07-14 - colour support, Blinkström Colour support, BBM support
- Version 2012-09-28 - TicTacLights support
- Version 2012-06-12 - experimental support for BlinkströmAdvanced and BlinkströmAdvanced-Stream
- Version 2012-04-14 - BlinkenLEDs Plus Prototype and Rev. 1 support
- Version 2011-12-27
For a full list of changed between versions, see changelog at the beginning of "blinkenplus.asm".