Search found 945 matches

by mnfisher
Fri May 14, 2021 6:12 pm
Forum: Bug Reports
Topic: Visual glitch and recent files
Replies: 2
Views: 1862

Re: Visual glitch and recent files

Another problem I've just noticed.

If the mouse pointer is over a C block - a 'preview box opens - if the mouse is 'over' this box when it opens (although not moving) - it closes and then re-opens and repeats....
FC__00068.zip
(617.82 KiB) Downloaded 145 times
Martin
by mnfisher
Thu May 13, 2021 6:52 pm
Forum: Bug Reports
Topic: Visual glitch and recent files
Replies: 2
Views: 1862

Visual glitch and recent files

A minor visual glitch: Code for a C Code icon is displayed as a block for 32 lines. Above 32 lines it shows an ellipsis instead of the last line. This would make sense if it 'maxed out' at 32 lines didn't extend and show say 40 lines less the last line - however it only ever seems to hide the last l...
by mnfisher
Wed May 12, 2021 4:24 pm
Forum: Bug Reports
Topic: ESP32 CAL SPI error
Replies: 7
Views: 3847

Re: ESP32 CAL SPI error

Unfortunately - saving re-loading doesn't seem to work on larger programs....

Martin
by mnfisher
Mon May 10, 2021 12:04 pm
Forum: Bug Reports
Topic: ESP32 CAL SPI error
Replies: 7
Views: 3847

Re: ESP32 CAL SPI error

Thanks - that's an easy fix....
by mnfisher
Mon May 10, 2021 9:19 am
Forum: Bug Reports
Topic: ESP32 CAL SPI error
Replies: 7
Views: 3847

Re: ESP32 CAL SPI error

Thanks Leigh, - The pins are not 'auto-selected' on choosing channel 1 or 2 and just stay 'locked' on whatever they are set to. Have to change the remap pins here... The Prescale - threw up a compiler warning so was an easy spot whilst traying to work out why my code wouldn't compile after changing ...
by mnfisher
Sun May 09, 2021 5:21 pm
Forum: Bug Reports
Topic: ESP32 CAL SPI error
Replies: 7
Views: 3847

Re: ESP32 SPI Type error

Another problem with cal_spi. I actually noticed this when I converted an Arduino project to ESP32 (modded the project SPI to transaction mode) - found my esp32 board seemed to have died and then converted back to Arduino (changing the project type here is VERY slooowwww) This is easily replicated b...
by mnfisher
Sun May 09, 2021 12:40 pm
Forum: Bug Reports
Topic: ESP32 CAL SPI error
Replies: 7
Views: 3847

ESP32 CAL SPI error

Whilst trying to get SPI working on a Heltec Wifi kit.. I notice PRESCALE_VAR_X in CAL\ESP\ESP_CAL_SPI.c is defined as a MX_UINT8. (Line 106) This is likely to not work well (it is calculated from Prescale (PR_SCALE) which is 1..800 so the result won't fit into 8 bits. Pin assignments for hardware c...
by mnfisher
Fri Apr 30, 2021 10:04 pm
Forum: Feature Requests
Topic: LinearGauge zoom
Replies: 1
Views: 1631

LinearGauge zoom

I'm using a linear gauge component in an app.. It's very nice - the 'pointer' even has a shadow. Please, could the scale and pointer scale with the rest of the component - currently is possible to zoom, but only the box gets bigger. The scale and pointer stay the same size. Alternatively would it be...
by mnfisher
Thu Apr 29, 2021 2:57 pm
Forum: Bug Reports
Topic: Import Macro
Replies: 1
Views: 1459

Import Macro

Import macro has gone fancy - but there is a snag: Importing a macro into an empty program: FC__00054.jpg Clicking yes or no: FC__00055.jpg FC__00056.jpg The 'clash' is on 'true' and 'false' which are global variables FC__00057.jpg The route to go is Yes and OK (on the empty list) - but still a litt...
by mnfisher
Tue Apr 27, 2021 10:12 pm
Forum: General
Topic: Flash Eprom
Replies: 6
Views: 3607

Re: Flash Eprom

I had a look at the initialisation data - and couldn't see that it would be written to EEPROM at any time... So I modified a bit of the code - here there is a 'sender' that runs under 'debug' on the PC - and a receiver that runs on the MCU (which needs to be connected via UART / USB) In this case I ...