Search found 161 matches

by mikroSeven
07 May 2024 18:51
Forum: Visual TFT General
Topic: VTFT FT800: how to work with the 'Compare File List'?
Replies: 2
Views: 124

Re: VTFT FT800: how to work with the 'Compare File List'?

Have changed the HW and SW back from SPIC to SPID.

I assume that my 'problem' is solved...
by mikroSeven
06 May 2024 19:49
Forum: Visual TFT General
Topic: VTFT FT800: how to work with the 'Compare File List'?
Replies: 2
Views: 124

VTFT FT800: how to work with the 'Compare File List'?

Hi, installed/purchased Visual TFT. Managed to get hardware working: touch and display are working in a test FT800 project! I'm using SPIC and not SPID as in the original code. Also I changed the _RST and _CS to other pins. As said this works! But now, I get this 'Compare File List' thing. I just do...
by mikroSeven
01 May 2024 19:49
Forum: mikroPascal PRO for AVR General
Topic: How to get an outputBit carried to a procedure or funtion?
Replies: 3
Views: 149

Re: How to get an outputBit carried to a procedure or funtion?

Some research concluded, not to pass sbit/bit via funtions and procedures. Gave it the following aproach. succesfuly: ( portL has all the CS's pins ) const pinCS1 = 2; pinCS2 = 3; //etc procedure writeDigitTM1638( CSn: byte; myPos: byte; myChar: byte ); begin portL.CSn:= 1 // much more code... end; ...
by mikroSeven
01 May 2024 19:02
Forum: mikroPascal PRO for AVR General
Topic: How to get an outputBit carried to a procedure or funtion?
Replies: 3
Views: 149

Re: How to get an outputBit carried to a procedure or funtion?

I've come to the conclusion that I need another aproach!
Kind regards.
by mikroSeven
01 May 2024 11:22
Forum: mikroPascal PRO for AVR General
Topic: How to get an outputBit carried to a procedure or funtion?
Replies: 3
Views: 149

How to get an outputBit carried to a procedure or funtion?

Hi, example code, only the basics due of my question: var output1: sbit at portL1_bit; output2: sbit at portL2_bit; // etc... procedure doOutput( outputNR: ????? ); begin outputNR:= 1; //more code outputNR:= 0; { output1:= 1 // this works of course } end; // calling the procedure: doOutput( output1 ...
by mikroSeven
31 Mar 2024 10:31
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

Give it a pause, get a deep breath and dive in it again!

To be continued...
by mikroSeven
29 Mar 2024 18:12
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

Got enough of all at the moment...
I will continue my current ( rc truck and excavetor ) projects with (graphic)-LCD's.

https://www.youtube.com/watch?v=5QkKqW1I6FY

It isn't THAT importent to have TFT/RGB screens ( touch not needed, by the way ).
by mikroSeven
29 Mar 2024 09:30
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

Unfortunately, this morging powered on both 2560-ILI9341 setup's and wrong again. ( the working code and setup of yesterday, wat was working properly ) Now: - uploaded ILI9341 code again: uploading ok but no picture. - uploaded ILI9341 code: uploading again ok, some action visible ( ofcaurse: wrong...
by mikroSeven
28 Mar 2024 22:08
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

( gotta find out how to get away of the border of the rectangle. inside is nice filled white, text gone! )
Done by

Code: Select all

tft_set_pen( cl_white, 1);
 
by mikroSeven
28 Mar 2024 21:56
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

==== PROBLEM SOLVED === See: https://www.youtube.com/watch?v=Lr8nj1cn-t0 ( have exact same pinning/ports as 9341 ) Oops...it was NOT! :cry: ILI9341 and ILI9481 the same pinning, that's true! But, on the ILI9341 boards I HAD connected the F_CS pin to the 2560 on portD/bit4. ( the disconnected green ...
by mikroSeven
28 Mar 2024 21:10
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

Happy to announce that the rectangle is working on the 2560-ILI9481 combi! :D

( gotta find out how to get away of the border of the rectangle. inside is nice filled white, text gone! )

Found on the forum some ILI9341 stuf. When I'm right, HX8347 lib should work on the ILI9341.

To be continued...
by mikroSeven
28 Mar 2024 20:55
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

Tnx! You must be right, there's strange hings going on! This morning I did other stuf with the 2560's ( without the ILI9341 ) everyting ok. Now just started again with the same 2560' and connected the ILI9341's and uploaded the code: now there's no screen at all, just solid white... Just for the 'wh...
by mikroSeven
28 Mar 2024 10:28
Forum: mikroPascal PRO for AVR General
Topic: How to get text correct displayed on a TFT?
Replies: 14
Views: 1516

Re: How to get text correct displayed on a TFT?

Hi, tnx for reply. Placed the set/brush in the code. Again, whole setup get locked up after programming. Even when power off the whole setup. Can't get the setup running properly even after uploading code without the rectangle and without set/brush. After some struggle there's picture on the tft aga...

Go to advanced search