Re: TFT_Meter - How to draw two Needles on the same tft object? #1765
-
I would like to have two meters (say Volts & Amps) displayed on the same display. I have seen the question #1415 and your pointers to the two examples. Unfortunately, it it obvious that I do not understand what is involved! I have attached my proto Needle class files and a section of my mod'ed TFT_Meter.ino in the hope that it explains what I am trying to achieve. Any tips/pointer will be gratefully received. Regards, M. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The myMeter example does not look like it plots two meters, but here are a few comments:
In Needle.cpp:
If you work on the sketch some more and get stuck then post back and I will help some more. |
Beta Was this translation helpful? Give feedback.
The myMeter example does not look like it plots two meters, but here are a few comments:
In Needle.h:
In Needle.cpp:
If you work on the sketch so…