Search found 125 matches

by jollybv
Fri May 20, 2022 11:24 am
Forum: General
Topic: ESP32 GPIO Interrupt
Replies: 10
Views: 2653

Re: ESP32 GPIO Interrupt

Hi Ben

Yes I picked the prescale up and changed it to 100 KHz with no luck, I haven't changed the program much just the CS pin also i have tried the Analog Mode Single ended and Differential no difference.
ili9341_Test_touch1.fcfx
(29.12 KiB) Downloaded 60 times
by jollybv
Fri May 20, 2022 8:19 am
Forum: General
Topic: ESP32 GPIO Interrupt
Replies: 10
Views: 2653

Re: ESP32 GPIO Interrupt

Hi Guys

I would like to work on my projects over the weekend but cant go forward until this issue is resolved. Please let me know if there is something I can do or is it a bug in the XPT2046 component.
by jollybv
Wed May 18, 2022 4:20 pm
Forum: General
Topic: ESP32 GPIO Interrupt
Replies: 10
Views: 2653

Re: ESP32 GPIO Interrupt

Hi Ben Thanks that worked for the resetting. Now if I touch the screen it reads the touch once then the T-IRQ pin stays high and wont toggle when i touch the screen. If I remove the T-CLK then rest the ESP32 by removing then restoring power the T-IRQ line toggles but obviously I cannot read the coor...
by jollybv
Wed May 18, 2022 2:12 pm
Forum: General
Topic: ESP32 GPIO Interrupt
Replies: 10
Views: 2653

ESP32 GPIO Interrupt

Hi Guys I have not worked with touch screens before so a bit confused. What I'm trying to do is use the IRQ pin of the XPT2046 to trigger an interrupt and read the screen coordinates if the pressure is above a certain level but what is happening is that every time I touch the screen and generate the...
by jollybv
Thu May 05, 2022 6:56 am
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 20612

Re: ESP32 Compiling error

Hi Leigh

Thanks for that it has solved the problem and I have learnt something new, maybe that is why I have had to save my projects 2 or 3 times before it will compile (path to long)
by jollybv
Wed May 04, 2022 11:17 am
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 20612

Re: ESP32 Compiling error

Hi Stefan

Thanks any idea why it wont compile on my machine? I have uninstalled Flowcode reinstalled still not compiling I have also reactivated flowcode licence nothing, this is driving me nuts anyone got any good suggestions on how to sort this.
by jollybv
Wed May 04, 2022 8:15 am
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 20612

Re: ESP32 Compiling error

Hi Guys
Can someone please explain why my program will not compile with the ili9341. The first message i get is as follows
error 1.txt
(63.36 KiB) Downloaded 95 times
If i try to compile a second time then i get this message
error 2.txt
(63.36 KiB) Downloaded 95 times
Brew_controller_ili9341.fcfx
(149.06 KiB) Downloaded 87 times
by jollybv
Wed May 04, 2022 6:25 am
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 20612

Re: ESP32 Compiling error

Thanks Martin something simple
by jollybv
Tue May 03, 2022 2:56 pm
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 20612

Re: ESP32 Compiling error

Hi Guys I have made a simple program just to test the ili9341 display by itself but it still dose not compile, I get Error: Invalid value for '-b' / '--baud': 'flash' is not a valid integer. Programming Failed C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP\Batch\esp32_prog.bat reported error code 0x1 A...
by jollybv
Sat Apr 30, 2022 12:58 pm
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 20612

Re: ESP32 Compiling error

Hi Guys I changed my display to gLCD ili9341 and updated all the components macro's deleted the old display, now I am getting error when compiling not sure if the gLCD component is clashing with the esp32 node mcu as I have not changed any code only updated from ST7735 to ili9341 and the code is wor...