Skip to content

Latest commit

 

History

History

Examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Arduino code examples

Code which works with the setup described in setup.md.

scrolling_text.ino

CODE

This displays "Makerspace Hull :)" scrolling across the screen.

display_test.ino

CODE

Toggles the "display test" signal (section 8.8 of AS1100 datasheet) every half a second, to test the display.

This code should be rewritten so that it clears the display before beginning, as memory from before remains on the screen. Alternatively, it could remain as is (as the datasheet specifically describes that the display test returns to normal if turned off).

spi_test.ino

CODE

This repeatedly sends an SPI signal, so that it can be viewed on an oscilloscope, and ensured that it's the correct signal that the AS1100 desires.

See more info about SPI