You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a CS on 8 bit side and a CS on SPI side along with a CSS.
which is it? Very simple to be specific.
//connect the SD card with DI going to pin 11, DO going to pin 12 and SCK going to pin 13
I think you mean mosi, miso, and clk? you know how it says on the board that you produce?
The text was updated successfully, but these errors were encountered:
tfpaint:
// D0 connects to digital pin 8
// D1 connects to digital pin 9
#define YM 9
#define XP 8
and
#define YP A3
#define XM A2
#define LCD_CS A3
#define LCD_CD A2
This is needless confusing.
tftbmp:
#define SD_CS 10
#define LCD_CS A3
there is a CS on 8 bit side and a CS on SPI side along with a CSS.
which is it? Very simple to be specific.
//connect the SD card with DI going to pin 11, DO going to pin 12 and SCK going to pin 13
I think you mean mosi, miso, and clk? you know how it says on the board that you produce?
The text was updated successfully, but these errors were encountered: