Search found 132 matches

by jay_dee
Mon Jul 11, 2022 12:26 pm
Forum: General
Topic: CAN Component - Buffer
Replies: 20
Views: 4757

Re: CAN Component - Buffer

Hi, As suggested I tried inserting the CheckRx macro but this did not change the behaviour, the interrupt still does not run. Any further thoughts? Or could you supply the interrupt code you are using and I'll try to play around with it as a custom interrupt. I tried making my own custom but its on ...
by jay_dee
Mon Jul 11, 2022 12:17 pm
Forum: Projects - Embedded
Topic: GLCD Touch Screen Example - Keypad 4D uLCD-32PTU
Replies: 1
Views: 873

GLCD Touch Screen Example - Keypad 4D uLCD-32PTU

Just sharing a basic working example of the using the Touch Screen of the 4D Systems uLCD 32PTU as a Keypad for inputing user data. I needed to allow the user to input some values, this example is visually pretty crude but works well in hardware. Not all keys are enabled and I currently only use it ...
by jay_dee
Fri Jul 01, 2022 1:01 pm
Forum: General
Topic: GLCD - Writing and Clearing Text of varying length
Replies: 1
Views: 777

GLCD - Writing and Clearing Text of varying length

Hi, I am writing a string to a GLCD, I have the Transparency set to 0 so any new text cleanly overwrites the old text. However if the the length of the string is shorter then the previous text, the last few characters of the old text remain. With a conventional LCD I would simply preceed any new tex...
by jay_dee
Tue Jun 28, 2022 12:42 pm
Forum: General
Topic: CAN Component - Buffer
Replies: 20
Views: 4757

Re: CAN Component - Buffer

Any Thoughts?
I should be able to clear some bench time next week to progress this if there is anything to test. Thanks, John.
by jay_dee
Sun Jun 19, 2022 1:35 pm
Forum: General
Topic: 4D Displays - Basics
Replies: 2
Views: 905

Re: 4D Displays - Basics

Great, Thanks Ben.
I've managed to get both methods working in a basic fashion.
Where I have previously used my display, to make the screen work as a basic GLCD I needed to load the Screen with the (serial) PSE program from the 4D software.
Thanks, J.
by jay_dee
Fri Jun 17, 2022 3:58 pm
Forum: General
Topic: 4D Displays - Basics
Replies: 2
Views: 905

4D Displays - Basics

Hi, I'm hoping to tackle the display requirments for a customer project and I've been meaning to do more with the 4D displays. In Early FC examples by Jon Crow..the graphic widgets were setup in 4D software and loaded to the screen. Commands were then sent/recieved from the PIC. Visually complex wid...
by jay_dee
Fri Jun 17, 2022 2:39 pm
Forum: General
Topic: CAN Component - Buffer
Replies: 20
Views: 4757

Re: CAN Component - Buffer

Thanks Ben,
As suggested, I've just tried that. No change.
CAN_Simple_Rx_Tests_V1-1.fcfx
(66.09 KiB) Downloaded 59 times
J.
by jay_dee
Fri Jun 17, 2022 1:19 pm
Forum: General
Topic: CAN Component - Buffer
Replies: 20
Views: 4757

Re: CAN Component - Buffer

Hi, This is my test FC for the CAN RX Inturrupts. In the main loop I have a (GREEN) secion to manually check for new data in Buffer 0. I used this to check that everything else is working in the FC and output. An external CAN tool is transmitting a couple of data frames onto the bus. The CAN compone...
by jay_dee
Fri Jun 10, 2022 9:46 pm
Forum: Feature Requests
Topic: Console and/or Console Viewer Functions
Replies: 3
Views: 1437

Re: Console and/or Console Viewer Functions

Hi Ben, Steve. Ah..yes, I see how the writer is and 'dumb' repeater of Console. I'm just using the 'Write to Console' macro and send what ever text I want to monitor... thus I also see in writer on the 2D screen. I tried to play with the Get and Set Text but concluded these are for retrieval of Cons...
by jay_dee
Wed Jun 08, 2022 10:35 am
Forum: Feature Requests
Topic: FC and AD File Identifiers
Replies: 3
Views: 1420

Re: FC and AD File Identifiers

Fantastic, Thanks Steve. J.