why would you start a duplicate thread when all you have to do is edit your posts on the other thread. You can even delete attachments and load new ones etc. Talk about clutter!
Oh, yeah, the edit feature is a small gear icon in top right corner of each post. It's a tad dorky as it is the only item in the whole website that needs javascript.
Thanks.
BTW your p2asm lessons have really helped me. Made a major understanding breakthrough. That, coupled with reading everybody's code has, tought me a lot.
Found the small gear thanks.
Plus how does one when quoting someones post quote only a small portion of the quote? Is there a manual for the forum? probably not.
Thanks for the source. I think I can see some easier things to do, sending strings don't have to be so painful, you should be able to do this for example:
Plus how does one when quoting someones post quote only a small portion of the quote? Is there a manual for the forum? probably not.
That's a case of deleting parts of the quoted text in your edit box after clicking the quote button. All the quoted text is between [ quote ] and [ /quote ]. And there can be multiple layers of quoting. You just have to be careful about which parts you delete exactly.
There is ways to bundle the nitty-gritty to a more comfortable interface. That's where computer science steps in, you get things like libraries and frameworks out of it.
I gave a very basic example above where I showed how to simplify the sending of an ASCII string. Here is a simpler to use filled circle:
Thanks. I understand what you are suggesting and will try it. I have the original spin code written by parallax years ago.
Was not able to understand how they did it so as to port it over. So I did it the hard way.
Was a pain but a good exercise.
I will post the original code shortly.
I have one of the new 4D 7inch displays in my 66 mustang being fed from a Prop1.
I'm not sure how your display works but with this on I send serial bytes in sequence for the gauge index and let the display set the gauge. If the first gauge has 100 frames I send the first byte as 50 to set the gauge at half scale. Don't know if the older ones can do this. Mine has a diablo processor.
I'm just now trying to switch it over to a P2 I just got. Having problems understanding the smartpins for counting pulses and analog signals from the car.
I'll post a pic of the display.
@CRST1
4d systems likes to use their own software to program the screens. The programming is then stored on an sd card then manipulated by the user micro controller.
With regards to the smart pins I am still learning them. One of the forum threads discussed the feedback servo:
SmartPin Mode %10000: Reading 360 Servo Feedback may help.
Comments
EDIT: That works now.
@evanh
How do I do that?
Can you see the video??
And how do I edit old posts? I right clicked and left clicked and did not see anything to edit.
Thanks
Thanks.
BTW your p2asm lessons have really helped me. Made a major understanding breakthrough. That, coupled with reading everybody's code has, tought me a lot.
Found the small gear thanks.
Plus how does one when quoting someones post quote only a small portion of the quote? Is there a manual for the forum? probably not.
Note: x0 is high byte and x1 is low byte of the one value. And so on for y, rad, and col.
did not know how to edit.
Yes comport commands. Pain to work with. Parallax sold these some years ago, I can see why.
I gave a very basic example above where I showed how to simplify the sending of an ASCII string. Here is a simpler to use filled circle:
Was not able to understand how they did it so as to port it over. So I did it the hard way.
Was a pain but a good exercise.
I will post the original code shortly.
Here you go.
https://4dsystems.com.au/uoled-128-g2
I have one of the new 4D 7inch displays in my 66 mustang being fed from a Prop1.
I'm not sure how your display works but with this on I send serial bytes in sequence for the gauge index and let the display set the gauge. If the first gauge has 100 frames I send the first byte as 50 to set the gauge at half scale. Don't know if the older ones can do this. Mine has a diablo processor.
I'm just now trying to switch it over to a P2 I just got. Having problems understanding the smartpins for counting pulses and analog signals from the car.
I'll post a pic of the display.
4d systems likes to use their own software to program the screens. The programming is then stored on an sd card then manipulated by the user micro controller.
With regards to the smart pins I am still learning them. One of the forum threads discussed the feedback servo:
SmartPin Mode %10000: Reading 360 Servo Feedback may help.
Nice display, btw!