shaddow501
shaddow501
Dear Isuru I have found it in the H file. (line 137). So you say to change from: #define write8(c) { uint32_t val = (((c^0x00FF)
Sorry you are right, Didn’t notice… From: Isuru Walpola [mailto:[email protected]] Sent: Wednesday, August 23, 2017 2:57 AM To: iwalpola/Adafruit_ILI9341_8bit_STM Cc: shaddow501 ; Author Subject: Re: [iwalpola/Adafruit_ILI9341_8bit_STM] GPIOA Problem (#2) and...
Dear Sir I have tried the change you have suggested me to do and if the PA14,PA15 before the change were high, after the change they are now low but...
Sure I do: This is in the void setup. pinMode(Relay1, OUTPUT); pinMode(Relay2, OUTPUT); pinMode(Relay3, OUTPUT); pinMode(Relay4, OUTPUT); digitalWrite(Relay1, LOW); digitalWrite(Relay2, LOW); digitalWrite(Relay3, LOW); digitalWrite(Relay4, LOW); From: Isuru Walpola [mailto:[email protected]] Sent:...
Dear Isuru I don’t quite understand what to change since the lines are not the same as yours I guess.. From: Isuru Walpola [mailto:[email protected]] Sent: Wednesday, August 23, 2017 2:49...
Also I did open an issue in the stevestrong lib, but I think it is too soon to have an answer… From: Isuru Walpola [mailto:[email protected]] Sent: Wednesday, August 23, 2017...
Dear Isuru I dont understand which lines should I change, Do you mean replace the TFT_CNTRL->regs->CRL = (TFT_CNTRL->regs->CRL & 0x0000FFFF) | 0x33330000; and replace with this line? pinMode(TFT_RD, OUTPUT); pinMode(TFT_WR,...
Update, I did change the lines accordingly and yes the screen started to work, but it has the same issue all GPIOA is occupied (all 16 bits) I cannot use...
Dear Isuru, I am not in a deadline, I like it to work and start using the unit to control 4 relays and PWM fan (based on the RTC temp...
Yes I did that after tft.begin(); Ilan B. (Mobile) -----Original Message----- From: Isuru Walpola To: iwalpola/Adafruit_ILI9341_8bit_STM Cc: shaddow501 , Author Sent: שבת, 26 אוג' 2017 20:00 Subject: Re: [iwalpola/Adafruit_ILI9341_8bit_STM] GPIOA...