Ribeiro Santos wrote:Try each funcionality one at a time,
Of course you can also advise TS to connect his bicycle to the SPI-pins, hoping it will fly away...
The LCD uses an 8- or 9-bit MCU parallel interface, not SPI.
Explore... Chat... Share...
Ribeiro Santos wrote:Try each funcionality one at a time,
Goran wrote:Do you know what approximate slow-down factor can I expect due to using SPI instead of 8-bit parallel interface?
Or, if you tried rendering 240x320x24 BMP image, what was the absolute rendering time in sec?
#define TOUCH_IRQ 4 // GPIO pin for the touch interrupt
void touching() {
noInterrupts();
// Hande touch screen code in here (as quickly as possible!)
interrupts();
}
void setup() {
// Bla-blah some other initialization code...
pinMode(TOUCH_IRQ, INPUT_PULLUP); // Not really sure yet if I need to pull it up...
attachInterrupt(digitalPinToInterrupt(TOUCH_IRQ), touching, CHANGE);
// Bla-blah some more initialization code...
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]