Correct filename in comment. (#64)
This commit is contained in:
parent
925149da6d
commit
77d5d67858
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Demonstrates loading images to the screen, to RAM, and how to query
|
||||
// image file dimensions.
|
||||
// Requires three BMP files in root directory of SD card:
|
||||
// parrot.bmp, miniwoof.bmp and wales.bmp.
|
||||
// adabot.bmp, miniwoof.bmp and wales.bmp.
|
||||
// As written, this uses the microcontroller's SPI interface for the screen
|
||||
// (not 'bitbang') and must be wired to specific pins (e.g. for Arduino Uno,
|
||||
// MOSI = pin 11, MISO = 12, SCK = 13). Other pins are configurable below.
|
||||
|
|
|
|||
Loading…
Reference in a new issue