Hello,
The other touch components have their own SetOrientation macro to allow the coordinates to be remapped for rotation but this seems to have been missed for the XPT2046.
edit: The function should be available for you now via the Library Updates.
Search found 2003 matches
- Fri Dec 19, 2025 11:36 am
- Forum: General
- Topic: Display manager!
- Replies: 6
- Views: 236
- Thu Dec 18, 2025 4:15 pm
- Forum: Bug Reports
- Topic: Error compilation CAN internal
- Replies: 1
- Views: 35
Re: Error compilation CAN internal
Hello, Thanks for letting us know, looks like you're the first to try internal CAN on a PIC24H device. I've added in the device type to the code abstraction layer and it's now compiling ok, hopefully it will also work but let us know how you get on. The fixed file is now available via the library up...
- Thu Dec 18, 2025 1:51 pm
- Forum: Feature Requests
- Topic: AD9834 DDS
- Replies: 5
- Views: 266
Re: AD9834 DDS
Hello,
I've had a go at a component for you, it should be available now from the library updates in v11. Just make sure you do a full component update and it should be there.
If you have a go then please let me know how you get on.
I've had a go at a component for you, it should be available now from the library updates in v11. Just make sure you do a full component update and it should be there.
If you have a go then please let me know how you get on.
- Thu Dec 18, 2025 10:16 am
- Forum: General
- Topic: Flowcode v11. ATMEGA328 3xchannel PWM not compiling
- Replies: 4
- Views: 122
Re: Flowcode v11. ATMEGA328 3xchannel PWM not compiling
It looks like the specific error being generated it due to the 7 segment quad component pin connections, something there is referring to PortA which doesn't exist on the device you're using.
Maybe try going through the properties and checking there isn't a hidden pin thats referring to PortA.
Maybe try going through the properties and checking there isn't a hidden pin thats referring to PortA.
- Thu Dec 18, 2025 10:14 am
- Forum: General
- Topic: Pic 12f1572 pwm set up
- Replies: 6
- Views: 198
Re: Pic 12f1572 pwm set up
Hello,
Normally the PWM on a PIC is tied to a timer peripheral but on this device it looks like they've totally redone the PWM peripheral with a completely new setup that's tied to the oscillator.
I'm looking into it for you but it looks like it's not an easy fix.
Normally the PWM on a PIC is tied to a timer peripheral but on this device it looks like they've totally redone the PWM peripheral with a completely new setup that's tied to the oscillator.
I'm looking into it for you but it looks like it's not an easy fix.
- Wed Dec 17, 2025 1:13 pm
- Forum: Feature Requests
- Topic: Nextion display
- Replies: 1
- Views: 85
Re: Nextion display
Hello, The Nextion component now has the RX interrupt built into it so you don't have to activate it yourself and it's more reliable this way as it can correctly process the data coming in. The error you are getting is simply stating the same interrupt has been enabled twice and that there is a clas...
- Wed Dec 17, 2025 12:59 pm
- Forum: General
- Topic: Pic 12f1572 pwm set up
- Replies: 6
- Views: 198
Re: Pic 12f1572 pwm set up
Hi Bob, Attaching your Flowcode project file would allow us to see what you have tried and then be able to comment a lot better on what to try next. It's likely something simple but without your project file we are guessing. Have you started with the one second flasher as a basic sanity check? https...
- Mon Dec 15, 2025 2:35 pm
- Forum: Projects - Embedded
- Topic: Flowcode 11 PWM
- Replies: 5
- Views: 195
Re: Flowcode 11 PWM
As a sanity check I've just checked the settings in the Flowcode chip definition file and it all matches up with the datasheet. So I can't see why it's appearing backwards for you. As Steve suggests it could be the programmer being odd?
- Mon Dec 15, 2025 2:24 pm
- Forum: Tips & Tricks
- Topic: Getting program to run from boot (Raspberry Pi)
- Replies: 4
- Views: 216
Re: Getting program to run from boot (Raspberry Pi)
Many thanks for raising this, I've updated the info on that wiki page now.
- Mon Dec 15, 2025 2:15 pm
- Forum: Projects - Embedded
- Topic: Flowcode11 failed to intialise WiFi
- Replies: 4
- Views: 184
Re: Flowcode11 failed to intialise WiFi
If you're compiling an ESP32 project for a board with ESP32 then that should be fine. If however you're compiling an ESP32 project for a board with for example an ESP32S3 then that probably won't be fine. How are you powering the board? could be that the wifi is trying to come online and then not ha...