Search found 5 matches

by ChrisBack
Thu Sep 05, 2019 3:41 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Drawing Scope on Eve2-50G
Replies: 5
Views: 6065

Re: Drawing Scope on Eve2-50G

Hey Daniel,
Thank a lot this will let me out.
I tried this example before but i could not bring it into function. Now i will look for the differences in our codes.

Thank you again for the superb support.

Cheers,
Chris
by ChrisBack
Wed Sep 04, 2019 3:10 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Drawing Scope on Eve2-50G
Replies: 5
Views: 6065

Re: Drawing Scope on Eve2-50G

Hi Daniel, I would like to build something like an oscilloscope screen but just the value which will be drawn on the screen as a line. My problem is that the old line disappears and when is store the value into an array and draw it with a for loop the display drawing speed goes down after a couple o...
by ChrisBack
Tue Sep 03, 2019 8:38 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Drawing Scope on Eve2-50G
Replies: 5
Views: 6065

Drawing Scope on Eve2-50G

Dear sir, i woudl like to draw a scope on the screen and display an incoming value continuously. Normally the old point or line should still be displayed after swapping the display list but it disappears. When i store the old value into an array and display all the values in a for loop before i swap...
by ChrisBack
Thu Jun 20, 2019 12:31 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-38G question about of the touch calibration
Replies: 9
Views: 7947

Re: EVE2-38G question about of the touch calibration

Hey Daniel,
thank you very much for your help. The touch screen works fine now. I included your code into the EVE School project and the touch works after you calibrate the touch on the calibration screen.
Thumbs up (y) for the superb support.

Cheers,
Chris
by ChrisBack
Wed Jun 19, 2019 2:39 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-38G question about of the touch calibration
Replies: 9
Views: 7947

Re: EVE2-38G question about of the touch calibration

Dear sir, I also struggle to bring my cofig into function. I try to use the arduino "EveSchool" project with an arduino uno, an EVE2-SHIELD and an EVE2-50G- capacitive touch screen. What i already tried to do is to change the lib from resistive to capacitive touch screen. The display shows...