Search found 87 matches

by Findus
06 Mar 2017 14:06
Forum: mikroPascal PRO for ARM General
Topic: Switching USB interface.
Replies: 5
Views: 8136

Re: Switching USB interface.

hi, in USBdsc.mpas there is a const strd3 : str3 = (... make your own var MyDsc: str3; procedure USB_Init_desc(); begin MyDsc:=strd3; if (Button(GPIOA_IDR, 0, 1, 1)) then MyDsc.str[10]:='0' // ore change more else MyDsc.str[10]:='1'; USB_config_dsc_ptr[0] := ^const char(@configDescriptor1); USB_stri...
by Findus
02 Dec 2016 11:37
Forum: mikroPascal PRO for ARM General
Topic: Rename Project
Replies: 3
Views: 3843

Re: Rename Project

Hi Uros, and delete all the breakpoint before you rename the project and a filename. Otherwise you get a strange behaviour. You have a red line in the editor, but in the breakpoints view there is no one. Hit the line in the editor. The red line became white and in the breakpoints view there is a bre...
by Findus
01 Dec 2016 13:48
Forum: mikroPascal PRO for ARM General
Topic: Rename Project
Replies: 3
Views: 3843

Rename Project

Hi,

how can i rename the project?

I can rename the programname and programfilename, but then the project settings total wrong for compiler and linker, any default values (16MHz instead of 80Mhz). In the IDE the program settings are correct (80Mhz).

Thomas
by Findus
07 Oct 2016 10:38
Forum: mikroPascal PRO for ARM General
Topic: Mini M4 Tiva, TM4C123GH6PM UART0_Init_Advanced hang
Replies: 2
Views: 4286

Re: Mini M4 Tiva, TM4C123GH6PM UART0_Init_Advanced hang

Hallo nadir,

I found it the datas in "Edit Project" were wrong. That happens sometimes. Changing projects very often and using the hardware debugger the "mikroPascal Pro" became very slow, so I have to kill the program.

regards
Thomas
by Findus
04 Oct 2016 09:53
Forum: mikroPascal PRO for ARM General
Topic: Mini M4 Tiva, TM4C123GH6PM UART0_Init_Advanced hang
Replies: 2
Views: 4286

Mini M4 Tiva, TM4C123GH6PM UART0_Init_Advanced hang

Hi, this routine UART0_Init_Advanced(9600, 80000, _UART_8_BIT_DATA, _UART_NOPARITY, _UART_ONE_STOPBIT, _UART_HIGH_SPEED, @_GPIO_MODULE_UART0_A01); hang on a Mini M4 Tiva (TM4C123GH6PM). L____GenExcept50, "FAULT_HARD ISPR=3" The PA0 and PA1 are "GPIO Pins With Special Considerations". Must I unlock t...
by Findus
12 Sep 2016 07:36
Forum: Visual TFT General
Topic: FT800 read out snapshot
Replies: 2
Views: 4176

FT800 read out snapshot

Hi,

how can I read out the snapshot after a

Code: Select all

FT800_CP_CmdSnapShot
Thomas
by Findus
07 Sep 2016 07:47
Forum: Visual TFT General
Topic: Why example with TFT don't work?
Replies: 15
Views: 10928

Re: Why example with TFT don't work?

use only one of both. They would have both the same device_descriptor. The first win.

Thomas
by Findus
01 Sep 2016 08:54
Forum: mikroPascal PRO for ARM General
Topic: how long is a pointer
Replies: 1
Views: 3096

how long is a pointer

Hi, how long is an Pointer Arm M4. There is nothing in the documentation 'Pointer Arithmetic' and 'Pointers'; type Pointer: ^byte; var P: Pointer; TSpace = Array[SpaceSize] of byte; const FlashAdress = $400; FlashSpace: TSpace =(0); org FlashAdress; begin P:=@FlashSpace[4711]; // does not work compi...
by Findus
29 Aug 2016 09:37
Forum: Visual TFT Wish List
Topic: SetIdenticalFontSources design error
Replies: 1
Views: 3839

SetIdenticalFontSources design error

Hello, I think the function SetIdenticalFontSources is a big design error. these code lines are called for RadioButton, EveToggle, EveButton, EveText while (i) do begin pRadioButton := TRadioButtonPtr(ptrO^); if (pRadioButton^.FontHandle < 16) then begin if (pRadioButton^.Source = -1) then begin cur...
by Findus
25 Aug 2016 08:20
Forum: Visual TFT Wish List
Topic: Language Support
Replies: 11
Views: 8347

Re: Language Support

Hi Lana,

I give you all information in the first article of this thread and http://forum.mikroe.com/viewtopic.php?p=274164#p274164. A VTFT programmer would understand it directly.

best regards
Thomas
by Findus
23 Aug 2016 15:36
Forum: Visual TFT Wish List
Topic: Language Support
Replies: 11
Views: 8347

Re: Language Support

Hi Lana,

I think you have not understood my wish. It has nothing to do with unicode or windows. It has only do with changing the code generation of VTFT.

regards
Thomas
by Findus
23 Aug 2016 08:13
Forum: Visual TFT Wish List
Topic: Language Support
Replies: 11
Views: 8347

Re: Language Support

but you may find this application useful: http://libstock.mikroe.com/projects/view/779/cp-font-generator This generator does not character mapping. I wrote my own generator derivat from a 20 years old program for Turbopascal Fonts. ;-) Have ever open the fonts, I send, and take a look inside? regar...
by Findus
23 Aug 2016 08:07
Forum: Visual TFT Wish List
Topic: Language Support
Replies: 11
Views: 8347

Re: Language Support

Hi Lana, I does not talk about unicode. I talk about own necessary mapping of the character. FT800 can only 1..127 characters. The character 1..31 are normally not used, so you can map any character to this area. So you can use near all necessary special character for Europas languages. regards Thomas
by Findus
22 Aug 2016 07:32
Forum: Visual TFT Wish List
Topic: Language Support
Replies: 11
Views: 8347

Re: Language Support

Hi Lana,

we are living in Europa and if your application could not the language English, German, French, Spain then you can stop the development.

best regards
Thomas
by Findus
19 Aug 2016 14:46
Forum: Visual TFT Wish List
Topic: Language Support II FT800
Replies: 2
Views: 5886

Re: Language Support II FT800

Hi,

here the Tahoma 10 font.

Regards
Thomas

Go to advanced search