Search found 7 matches

by EFB
Mon Nov 26, 2018 3:24 pm
Forum: Flowcode V8
Topic: compiler errors when using the WS2811 in FC8
Replies: 2
Views: 2129

Re: compiler errors when using the WS2811 in FC8

Hi Ben,

Update workt perfect!!

Thanks for the quick repair.

Evert
by EFB
Mon Nov 26, 2018 9:39 am
Forum: Flowcode V8
Topic: compiler errors when using the WS2811 in FC8
Replies: 2
Views: 2129

compiler errors when using the WS2811 in FC8

Hello, When I compile using the WS2811 component I get the following errors: Test.c: 507: (192) undefined identifier "T1LNOPSDEF" Test.c: FCD_06621_LED_WS2811__Refresh() 507: } else { ^ (312) ";" expected Test.c: 542: (192) undefined identifier "T1LNOPSDEF" 542: } else ...
by EFB
Wed Nov 21, 2018 10:54 am
Forum: Flowcode V8
Topic: Compiler error when using a LCD display and "FloatToString$"
Replies: 2
Views: 2131

Re: Compiler error when using a LCD display and "FloatToString$"

Hi, Leigh,

Thanks for your quick reply.

Stupid of me :-(

Evert
by EFB
Wed Nov 21, 2018 9:50 am
Forum: Flowcode V8
Topic: Compiler error when using a LCD display and "FloatToString$"
Replies: 2
Views: 2131

Compiler error when using a LCD display and "FloatToString$"

Hello, If i use a LCD Display together with "FloatToString$" i get the folowing compiler errors: 0: (1347) can't find 0x39 words (0x39 withtotal) for psect "text15" in class "CODE" (largest unused contiguous range 0x32) updated 32-bit floating-point routines might trigg...
by EFB
Fri Feb 09, 2018 8:28 am
Forum: Bug reports
Topic: Compiler error when using GroveI2C component
Replies: 4
Views: 3571

Re: Compiler error when using GroveI2C component

Hi Ben.

Here are the initialize routines I am using.
The delays are not optimized but it works for me.
Have a look if you can implement these settings into the component.

Thanks.

Evert
by EFB
Thu Feb 08, 2018 11:13 am
Forum: Bug reports
Topic: Compiler error when using GroveI2C component
Replies: 4
Views: 3571

Re: Compiler error when using GroveI2C component

Ben,

Thanks for the quick work.

Works like a charm.

regards,

Evert
by EFB
Thu Feb 08, 2018 7:58 am
Forum: Bug reports
Topic: Compiler error when using GroveI2C component
Replies: 4
Views: 3571

Compiler error when using GroveI2C component

Hello, I am new at this forum and I have a question. I am building a project for monitoring a hearing aids. Some data produced is displayed on a Grove I2C display. Before the upgrade to 7.3 the only problem I found in the Grove I2C component was that the init string (start) was not working (for me)....