Search found 54 matches

by unity-control
Sat Oct 16, 2021 10:08 am
Forum: General
Topic: Help with C++ Code to Flowcode Conversion
Replies: 13
Views: 4888

Re: Help with C++ Code to Flowcode Conversion

Hi Martin,

This is fantastic, both the explanation as well as the Flowchart :-)

Many thanks for this, it's been very helpful!

R
by unity-control
Sat Oct 16, 2021 12:35 am
Forum: General
Topic: Help with C++ Code to Flowcode Conversion
Replies: 13
Views: 4888

Help with C++ Code to Flowcode Conversion

Hi all, I was wondering if someone much more clever than me could help me with the following code I am trying to convert into Flowcode. Most of the blocks I can understand the logic behind (including the for loop as well), but what I am really struggling to understand is the following line: if (miss...
by unity-control
Sun Oct 03, 2021 4:55 pm
Forum: Bug Reports
Topic: SSD1306 Emulation Problem
Replies: 3
Views: 1947

Re: SSD1306 Emulation Problem

Hi Ben,

THANKS for this fix, all working perfectly fine now!
ssd1306_working.jpg
ssd1306_working.jpg (31.93 KiB) Viewed 1811 times
Cheers,
R
by unity-control
Tue Sep 28, 2021 1:35 pm
Forum: Bug Reports
Topic: SSD1306 Emulation Problem
Replies: 3
Views: 1947

Re: SSD1306 Emulation Problem

Not a known issue?

Is it possible to get the GLCD (SSD1306 Buffered) component source at all to have a check?

Cheers!
R
by unity-control
Sun Sep 26, 2021 9:46 pm
Forum: General
Topic: How to Disable Autocomplete Popup in Calculation Window
Replies: 2
Views: 1538

How to Disable Autocomplete Popup in Calculation Window

Hi there,

Is there any way to disable this feature?
autocomplete.jpg
autocomplete.jpg (16.19 KiB) Viewed 1538 times
Cheers!
by unity-control
Sat Sep 25, 2021 10:17 am
Forum: Bug Reports
Topic: SSD1306 Emulation Problem
Replies: 3
Views: 1947

SSD1306 Emulation Problem

Hi guys, Maybe I'm doing something wrong here like my logic isn't right... but the emulation of SSD1306 doesn't seem to be working correctly :-( Little subprogram as follows: sub_program.jpg The OLED shows the right image: oled_read_reg_correct.jpg But the FC emulation (2D/3D Panel and Bitmap/Point ...
by unity-control
Tue Sep 21, 2021 6:29 pm
Forum: Bug Reports
Topic: PIC32MX I2C NACK ON ALL READS
Replies: 4
Views: 2245

Re: PIC32MX I2C NACK ON ALL READS

Just noticed the line stays low, so always 1 is needed for last ReceiveByte and should I assume there will never be an ACK? I guess this is how I2C works... I was expecting always an ACK, but I was wrong it seems...
by unity-control
Tue Sep 21, 2021 3:38 pm
Forum: Bug Reports
Topic: PIC32MX I2C NACK ON ALL READS
Replies: 4
Views: 2245

Re: PIC32MX I2C NACK ON ALL READS

Hi Ben,

Thanks for clarifying, this makes sense! All is working perfectly well now :-)
SDS00002.png
SDS00002.png (45.37 KiB) Viewed 2203 times
Cheers!
R
by unity-control
Tue Sep 21, 2021 2:04 pm
Forum: General
Topic: Max Number of Variables in FC
Replies: 3
Views: 1737

Re: Max Number of Variables in FC

Thanks to both for your suggestions.

We will break down this subroutine into different macros and we will bundle individual settings into diff variables.

Cheers,
R