mirror of
https://github.com/adafruit/TFTLCD-Library.git
synced 2026-09-12 01:23:30 +00:00
Update tftbmp example note to mention Arduino mega hardware SPI.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// BMP-loading example specifically for the TFTLCD breakout board.
|
||||
// If using the Arduino shield, use the tftbmp_shield.pde sketch instead!
|
||||
// If using an Arduino Mega, make sure the SD library is configured for
|
||||
// 'soft' SPI in the file Sd2Card.h.
|
||||
// If using an Arduino Mega make sure to use its hardware SPI pins, OR make
|
||||
// sure the SD library is configured for 'soft' SPI in the file Sd2Card.h.
|
||||
|
||||
#include <Adafruit_GFX.h> // Core graphics library
|
||||
#include <Adafruit_TFTLCD.h> // Hardware-specific library
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
// BMP-loading example specifically for the TFTLCD Arduino shield.
|
||||
// If using the breakout board, use the tftbmp.pde sketch instead!
|
||||
// If using an Arduino Mega, make sure the SD library is configured for
|
||||
// 'soft' SPI in the file Sd2Card.h.
|
||||
// If using an Arduino Mega and your sheild does not use the ICSP header for
|
||||
// SPI, make sure the SD library is configured for 'soft' SPI in the file Sd2Card.h.
|
||||
// If in doubt, update the library to use 'soft' SPI.
|
||||
|
||||
#include <Adafruit_GFX.h> // Core graphics library
|
||||
#include <Adafruit_TFTLCD.h> // Hardware-specific library
|
||||
|
||||
Reference in New Issue
Block a user