Difference between revisions of "DIO"
Jump to navigation
Jump to search
(Created page with 'thumb|300px|alt=| This is the documentation page for the SPI_DIO board. == Overview == == Assembly instructions == === Possible Configurations === == Exter…') |
|||
Line 33: | Line 33: | ||
== |
== Protocol == |
||
The general overview of the SPI protocol is [[General_SPI_protocol|here]].<br> |
|||
The board specific protocol can be found here: [[spi_dio_protocol]]<br> |
|||
<br> |
|||
For arduino, a sample PDE is available, called ardemo_lcd.pde, also at [http://www.bitwizard.nl/software|the BitWizard software download directory] .<br> |
|||
<br> |
|||
This is a demo to send things using SPI to the lcd board. The SPI routines there are applicable for the 3fets and 7fets boards as well.<br> |
|||
== The software == |
== The software == |
Revision as of 12:15, 28 March 2012
This is the documentation page for the SPI_DIO board.
Overview
Assembly instructions
Possible Configurations
External resources
Datasheets
Additional software
Related projects
Pinout
LEDs
Jumper settings
Protocol
The general overview of the SPI protocol is here.
The board specific protocol can be found here: spi_dio_protocol
For arduino, a sample PDE is available, called ardemo_lcd.pde, also at BitWizard software download directory .
This is a demo to send things using SPI to the lcd board. The SPI routines there are applicable for the 3fets and 7fets boards as well.
The software
Default operation
Future hardware enhancements
Future software enhancements
Changelog
1.0
- Initial public release