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
Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.
To minimise effort to resolve issues the following should be provided as a minimum:
A Two devices to one SPI on ESP32 S3, program halted. Init TFT ili9488 init radiolib CC1101. Same spi, different cs/ss. TFT starts, get output to screen. cc1101 get input, working ok. Then screenoutput to TFT program halted. Just nothing.
. description of the problem and the conditions that cause it to occur
IDE (e.g. Arduino or PlatformIO) Arduino 2.3
TFT_eSPI library version latest, the problem may have been resolved!) from the Manage Libraries... menu
Board package version (e.g. 3.0.5) available from the Boards Manager... menu
Procesor, ESP32 S3 etc
TFT driver (e.g. ILI9488), a link to the vendors product web page is useful too.
Interface type (SPI )
Plus further information as appropriate to the problem:
TFT to processor connections used
A zip file containing your setup file
TFT
#define ILI9488_DRIVER
#define USE_HSPI_PORT // HSPI pins 10-13
// Typical board default pins - change to match your board
#define TFT_CS 10 // 10 or 34 (FSPI CS0)
#define TFT_MOSI 11 // 11 or 35 (FSPI D)
#define TFT_SCLK 12 // 12 or 36 (FSPI CLK)
#define TFT_MISO -1 // 13 or 37 (FSPI Q)
// Use pins in range 0-31
#define TFT_DC 14
#define TFT_RST 18
//#define TOUCH_CS 16 // Optional for touch screen
default: ESP32 S3
MOSI 11 // 11
SCLK 12 // 12
MISO 13 // 13
4. A zip file containing a simple and complete example sketch that demonstrates the problem but needs no special hardware sensors or libraries.
5. Screen shot pictures showing the problem (just drag and drop in message window)
The idea is to provide sufficient information so I can setup the exact same (or sufficiently similar) scenario to investigate and resolve the issue without having a tedious ping-pong of Q&A.
DO NOT paste code directly into the issue. To correctly format code put three ticks ( ` character on key next to "1" key) at the start and end of short pasted code segments to avoid format/markup anomolies. See here:
Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.
To minimise effort to resolve issues the following should be provided as a minimum:
. description of the problem and the conditions that cause it to occur
Plus further information as appropriate to the problem:
TFT
#define ILI9488_DRIVER
#define USE_HSPI_PORT // HSPI pins 10-13
// Typical board default pins - change to match your board
#define TFT_CS 10 // 10 or 34 (FSPI CS0)
#define TFT_MOSI 11 // 11 or 35 (FSPI D)
#define TFT_SCLK 12 // 12 or 36 (FSPI CLK)
#define TFT_MISO -1 // 13 or 37 (FSPI Q)
// Use pins in range 0-31
#define TFT_DC 14
#define TFT_RST 18
//#define TOUCH_CS 16 // Optional for touch screen
Radiolib
defined(ARDUINO_ESP32S3_DEV)
#define PIN_RECEIVER_CS 15
default: ESP32 S3
MOSI 11 // 11
SCLK 12 // 12
MISO 13 // 13
4. A zip file containing a simple and complete example sketch that demonstrates the problem but needs no special hardware sensors or libraries.
5. Screen shot pictures showing the problem (just drag and drop in message window)
The idea is to provide sufficient information so I can setup the exact same (or sufficiently similar) scenario to investigate and resolve the issue without having a tedious ping-pong of Q&A.
DO NOT paste code directly into the issue. To correctly format code put three ticks ( ` character on key next to "1" key) at the start and end of short pasted code segments to avoid format/markup anomolies. See here:
Example output:
see jgromes/RadioLib#1283
The text was updated successfully, but these errors were encountered: