Search found 531 matches

by marko.ziv
29 Apr 2020 12:39
Forum: PIC AI compilers
Topic: Couldn't compile for PIC10F320/322, complaining about not enough RAM
Replies: 4
Views: 3053

Re: Couldn't compile for PIC10F320/322, complaining about not enough RAM

Hello,

json format you attached is not changed as instructed, I have attached complete json file here
PIC10F320.rar
(1.31 KiB) Downloaded 121 times
All you need to do is to copy it over existing file.

Regards
by marko.ziv
29 Apr 2020 09:38
Forum: PIC AI compilers
Topic: Couldn't compile for PIC10F320/322, complaining about not enough RAM
Replies: 4
Views: 3053

Re: Couldn't compile for PIC10F320/322, complaining about not enough RAM

Hello, there is a quick fix for this. Go to: ..necto install folder\NectoStudio\compilers\PIC\mikroC\Defs\ locate PIC10F320.json file or PIC10F322.json (depending on MCU you are using) and edit data field under ram object as such "ram": { "data": [ { "max_addr": "0x007F", "min_addr": "0x0040" } ] },...
by marko.ziv
24 Jul 2016 19:08
Forum: mikroC PRO for PIC General
Topic: Mikro C license for sale, enough of it.
Replies: 7
Views: 3288

Re: Mikro C license for sale, enough of it.

I understand what you mean by "robotic" answers, and yes support can be, and will be, better. Measures have been issued and we expect meaningful improvements by the end of Q3. In order to make improvements on compiler we have dedicated more engineers to release team, which will result in more freque...
by marko.ziv
24 Jul 2016 10:24
Forum: mikroC PRO for PIC General
Topic: Mikro C license for sale, enough of it.
Replies: 7
Views: 3288

Re: Mikro C license for sale, enough of it.

Hello,

as a member of development team I would like to offer you my help to persuade you
not to give up on us.
If you can sum up your questions and send them to me marko.ziv@mikroe.com
we will do our best to help.

Regards
by marko.ziv
06 Feb 2015 10:18
Forum: mikroC PRO for PIC32 General
Topic: mikroC for PIC32 version 3.5.0 released
Replies: 47
Views: 17992

Re: mikroC for PIC32 version 3.5.0 released

Hello, Congratulation for this new release but the STMPE811 library i am wating for don't be included in this update. You were probably not aware of this but STMPE811 is beeing used on our mikromedia Plus board for some time now, since STMPE610/810 become NRND/Obsolete. They all use the same library...
by marko.ziv
03 Sep 2013 08:25
Forum: Visual TFT General
Topic: [Tutorial] How to use non-ASCII characters in VTFT and VGLCD
Replies: 23
Views: 27753

Re: [Tutorial] How to use non-ASCII characters in VTFT and V

Hello,

topic is now a sticky. aCkO thank you for this very useful tutorial and app.

Best Regards
by marko.ziv
21 Aug 2013 08:56
Forum: Visual TFT General
Topic: CheckBox problem
Replies: 8
Views: 4463

Re: CheckBox problem

Hello, changing the way how Visual TFT generates property values from 0/1 to False/True would break the backward compatibility. However, we can change what is accepted as True value (since 0 and False are already the same thing). To be precise, zero would be False and anything greater then zero woul...
by marko.ziv
09 Aug 2013 07:37
Forum: Visual TFT General
Topic: Visual TFT confused with 8bit/16bit modes
Replies: 9
Views: 6962

Re: Visual TFT confused with 8bit/16bit modes

Hello, from your three suggestions second looks most viable, first is problematic because not all controllers have_8bit/_16bit in their names and changing that now would interfere with backward compatibility, third solution is not viable for all architectures e.g. PIC is 8bit architecture and has se...
by marko.ziv
08 Aug 2013 15:42
Forum: Visual TFT General
Topic: Visual TFT confused with 8bit/16bit modes
Replies: 9
Views: 6962

Re: Visual TFT confused with 8bit/16bit modes

Hello tixmcprods , Workaround for the first problem you can find in the first attachment. What I did is move xml node you created for SSD1289 to other controller (HX8352A). That controller under PIC architecture will work in 16bit mode, which should remove any problems with incorrect TFT library sel...
by marko.ziv
06 Aug 2013 12:34
Forum: Visual TFT General
Topic: v 3.7.0: External declarations gone from events unit
Replies: 4
Views: 2412

Re: v 3.7.0: External declarations gone from events unit

Hello OT , these changes are intentional as you have already noticed (The code still compiles since the driver unit is is references and the names are public.) This way you have all the procedures, functions and objects , from driver unit, available without unnecessary external declarations, also he...
by marko.ziv
17 Jun 2013 15:17
Forum: Visual TFT General
Topic: How to clear a Picture image from screen
Replies: 11
Views: 4783

Re: How to clear a Picture image from screen

Yes,

Visible property decides weather component will be drawn or not, on the other hand Active
property decides weather component will react to touch or not (even if Visible is set to false)

Best Regards
by marko.ziv
17 Jun 2013 15:05
Forum: Visual TFT General
Topic: How to clear a Picture image from screen
Replies: 11
Views: 4783

Re: How to clear a Picture image from screen

Hello, Visible property enables you to do all sorts of actions/modification that will not be visible on the display. ScreenHunter_04 Jun. 17 15.38.jpg E.G. If you take a look at the picture, inner selection is a small image representing scroll left. Image is small in size and it can be difficult to ...
by marko.ziv
17 Jun 2013 13:06
Forum: Visual TFT General
Topic: How to clear a Picture image from screen
Replies: 11
Views: 4783

Re: How to clear a Picture image from screen

Hello, Would it not be better for DrawImage to set the area to background colour when the visible property is false? This is true when there are no components "under" the image component in question. However, if components overlap things get complicated, you would have to redraw parts of components ...
by marko.ziv
03 Jun 2013 08:54
Forum: Visual TFT General
Topic: FT800 experiments
Replies: 15
Views: 9704

Re: FT800 experiments

Hello, I'm glad you got the project running the way you wanted In the compiler, I don't see any layer properties, so I assume I will have to create procedures to turn groups of objects from visible to not visible, is this correct? I would like to avoid this since I have so many objects. Is there a t...

Go to advanced search