adafruit / adafruit/TFTLCD-Library

wiring conflict in examples.

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
377
Forks
262
Avg merge
1m
Merged PRs (30d)
1

Description

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?

Contributor guide

No contributing guide indexed for this repository

Research direction

Inspect the tfpaint and tftbmp examples, focusing on their wiring comments and pin definitions. Clarify the 8-bit and SPI chip-select names and use consistent MOSI, MISO, and clock terminology; the examples are done when the required board connections are unambiguous.

Written by the indexing model from the issue text.

Assessment

Tech stack
arduino, c
Domain
documentation, embedded-iot
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.