Search found 28 matches

by rares.porutiu
24 Nov 2016 23:14
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I made it work, I am now curious how it will work on your chip. You have the modification to the library file and the whole main project file, put your own pins in the variable definitions. Good luck ! _Lib_TFT_Defs.c , in corresponding USES directory of your chip first line is there, at the top, le...
by rares.porutiu
24 Nov 2016 08:39
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I will work on it, my hardware setup is with PIC18F97J60 and Mikropascal PIC and it works with that, I just have to write a HEX compiled with C for PIC to test. I will come back with the result as soon as I find a little time.
by rares.porutiu
22 Nov 2016 07:42
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

There is no need to create another library for SPI, it is just about those few procedures that I have clearly written a few posts before and I can modify for another compiler on demand. It is simple for a user to include these in the code and use current library for ILI9341. Maybe ME has a lot of ot...
by rares.porutiu
01 Nov 2016 09:18
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I knew that for a long time, but I did not need to disable SSA except to blindly try solution to other bugs, maybe like you did.
If your problem with VTFT remains, and you want help, look at my previous post and send me enough data to recreate the situation easily.

Rares
by rares.porutiu
30 Oct 2016 20:50
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I do not know why that happens, but if it goes through the TFT standard routines it should work. Maybe there is some optimizing shortcut of VTFT , maybe you're mistaking something or maybe there is a bug. I do not use VTFT, I wrote a set o routines to replace most of the TFT library, I did bigger an...
by rares.porutiu
30 Oct 2016 08:33
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I send you here a working example, I did modify the TFT_Defs, could not do without, please adapt to your chip SPI and run a test, I'll stand by to help if you have a problem. Rares Modifications to __Lib_TFT_Defs.c , the one corresponding to your chip ! (after that is the main.c) #include <built_in....
by rares.porutiu
28 Oct 2016 19:33
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I work in Pascal, but I will prepare an example for MikroC and write the code here after I test it. I have test board with ATXMEGA128D3, what do you intend to use ?

Rares
by rares.porutiu
27 Oct 2016 21:40
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

Hello DIBOR I worked with BASCOM, it is much much slower. Arduino has good TFT SPI library too. I tried to suggest the mikro team to help them include the support for SPI and they replied that my example is enough contribution. There are still some issues that should be corrected with their help abo...
by rares.porutiu
08 Oct 2016 06:47
Forum: mikroPascal PRO for AVR General
Topic: Corrections/Errors in DEFs for ATXMEGA
Replies: 1
Views: 2235

Corrections/Errors in DEFs for ATXMEGA

I am starting this topic to improve the DEF files. There are mistakes and there are some declarations that would be nice to be there. To start with : ADCA_CMP is declared as BYTE, and must be corrected as WORD, (in >40 DEF files) You cannot write/read proper values in it, and you may not notice unti...
by rares.porutiu
16 Aug 2016 18:55
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

There was this problem , in help it writes : procedure TFT_Rotate_180(rotate : byte); ... TFT module needs to be initialized. Then the example : // Rotate TFT display for 180 degrees TFT_Rotate_180(1); //<<<called before initialization // Initialize TFT display TFT_Init(240, 320); When I posted I di...
by rares.porutiu
16 Aug 2016 18:35
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

I did upload, routines are clear, but need a little adaptation to different platforms. I mean I am here to help in case anything does not work or needs clarification. Please do not hesitate :)
by rares.porutiu
15 Aug 2016 13:00
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

Whenever you need information about the SPI mode for ILI9341 I am happy to offer the routines that I tested on various platforms. Then you can just include them in your compiler libraries.
by rares.porutiu
04 Feb 2015 07:49
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

If you mean working with TFT library for Ili9341 on SPI with C it should be the same as in Pascal, just translate the lines that I modified into C syntax. I could help if you send the compressed project to my e-mail, as I helped others who contacted me. So please define precisely the terms in your q...
by rares.porutiu
13 Jul 2014 09:48
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46034

Re: SPI support for ILI9341

Please check out my example on how to use ILI9341 SPI (board made for Arduino with 2.2" TFT and SDCard socket). Example is for ATMEGA644P but contains source and it is easy portable on any chip. Ask me if you have any problems running it. http://www.libstock.com/projects/view/1037/usage-of-ili9341-s...
by rares.porutiu
22 Oct 2012 07:50
Forum: mikroC PRO for PIC General
Topic: problem with ethernetj60 library
Replies: 20
Views: 6048

Re: problem with ethernetj60 library

I do not know enough javascript to help you in detail, this will be my next study because I want to do the same thing. Up to now I did this by making the page with new values at each refresh and set the page to refresh at 10 seconds, you can do the same. I mean at each request you write the page int...

Go to advanced search