Search found 44 matches

by minas
10 Oct 2018 12:40
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPic 30F6012A and fatfs
Replies: 9
Views: 2837

Re: dsPic 30F6012A and fatfs

I use the newest version 3.2.20 searching the web I found that other users have the same problem with version 3 and they go back to ver 2.5 I spend much time with this library to overcome many problems and get the project at working state (also I have to mention that I have several issues with spi_E...
by minas
09 Oct 2018 07:20
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPic 30F6012A and fatfs
Replies: 9
Views: 2837

Re: dsPic 30F6012A and fatfs

I want to use FatFs - Generic FAT Filesystem Module ELM by ChaN with SD card because I have unexpected issues with fat32 lib. using mikroc fat32 lib until now I can't 1. format the card -- I don't use this function, but why not. 2. File's Date and time does not update at write procedures and most IM...
by minas
06 Oct 2018 09:30
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPic 30F6012A and fatfs
Replies: 9
Views: 2837

dsPic 30F6012A and fatfs

Is there anybody that he can give me in detail, instruction
Step by step on how to setup up and use fatfs lib with
Dspic30F6012A and microc pro?
by minas
05 Jul 2018 06:30
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: sbit declaration
Replies: 2
Views: 1683

Re: sbit declaration

Yes, in your email you have clarified the difference between the statements. From now on I will use the notation sbit RS_pin at LATD0bits; or sbit Input_pin at PortD.RD1; but also I like the microchip notation PortD1_bits. I will write a little text to reference the problem for users who will see th...
by minas
03 Jul 2018 09:34
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: sbit declaration
Replies: 2
Views: 1683

sbit declaration

with mikroc pro 7.10 dspic 30F6012A or 30F5011 or ... // DS1302 module connections sbit DS1302_RST at LATD0_bit; // this is the right declaration sbit DS1302_IO1 at PORTGbits.RG3; // the code assistant shows RG3 in the list but it will cause a compiler error >>> 23 300 Syntax Error: 'b' expected, bu...
by minas
04 Sep 2015 11:58
Forum: Visual TFT General
Topic: ver 450 bugs
Replies: 7
Views: 7504

Re: ver 450 bugs

Can you place Button function too ?
by minas
04 Sep 2015 06:25
Forum: Visual TFT General
Topic: ver 450 bugs
Replies: 7
Views: 7504

Re: ver 450 bugs

Unfortunately, the file I send to you must have a problem. I run it once again and the behaviour was the same. I uninstall and I install VisualTFT on my computer and I activated it , windows 7/64 I open the project and it said that there isn’t the KalsMach3JogMill and it will create it or something ...
by minas
02 Sep 2015 05:38
Forum: Visual TFT Wish List
Topic: wish, for dummy Touch screen controler
Replies: 9
Views: 7812

Re: wish, for dummy Touch screen controler

Hi Jardik, I use mikroC pro for Dspic in my projects. I had to write functions like them use implement for microBasic. Unfortunally MikroE has do nothing to improve IDE at ver 4.50 All my wishes are still wishes Still, I have an "Italian Spaghetti" code etc And of course it is very annoying to delet...
by minas
01 Sep 2015 22:47
Forum: Visual TFT General
Topic: ver 450 bugs
Replies: 7
Views: 7504

Re: ver 450 bugs

I include the entire project it’s a 3.9.1 project How to reproduce the error 1. Open project 2. Click generate code 3. Mouse is on spinning circle. You can see that mouse can navigate on the menus and save, close project are disabled. Just wait. Do noting. 4. Some time later an error dialog appear -...
by minas
30 Aug 2015 18:15
Forum: Visual TFT General
Topic: ver 450 bugs
Replies: 7
Views: 7504

ver 450 bugs

I open a project from ver 390 and saved in 450. now bugs 1.I open the project I set a new name on a button or do somthing on the screen --> ribbon bars are still disabled. Only open project is enabled 2. I click UserCode and I press space a dialog with" an error occured in apilication dialog " 3. Sa...
by minas
11 Jun 2015 06:01
Forum: Visual TFT Wish List
Topic: Visual TFT, Font box to be editable
Replies: 1
Views: 3919

Visual TFT, Font box to be editable

In my project I have 8 labels settled at Tahoma,18 I decide to change the font to CourierNew,24. I do it with the list box. My wish is to turn font box into editable box. As there are over 300 fonts in my win7 it was hard enough to select courier font with the mouse. it is better to be able to write...
by minas
11 Jun 2015 05:54
Forum: Visual TFT Wish List
Topic: Visual TFT dug, event -> action deletes the user choice
Replies: 7
Views: 6124

Re: Visual TFT dug, event -> action deletes the user choice

I install trial edition at office winxp I face the same functionality as in win7 x64 at home Please do the following procedure to reproduce it with calculator example, Pic33, place a round Button on the green box Select the button with "3" and change Press color to clblue it works ok Now select the ...
by minas
08 Jun 2015 10:07
Forum: Visual TFT Wish List
Topic: Visual TFT dug, event -> action deletes the user choice
Replies: 7
Views: 6124

Re: Visual TFT dug, event -> action deletes the user choice

An othe bug also noticed

Box control --> press color
you have to choose the color using the mouse, If you write the color e.g. clblue it leaves the default one.
by minas
08 Jun 2015 09:15
Forum: Visual TFT Wish List
Topic: wish, for dummy Touch screen controler
Replies: 9
Views: 7812

Re: wish, for dummy Touch screen controler

I use an OEM TFT screen, with XPT2046 T. controller. Now I use Visual TFT to design screens. as Visual TFT is a new utility - program it has some bugs inside but I can bypass them. as I said above XPT2046 is an spi controller. I wrote functions to Initialize and got X,Y. Now from visual TFT I need t...

Go to advanced search