bdlabitt

Results 34 comments of bdlabitt

"but you have to change the Arduino menu items" I don't understand this. Which Arduino menu items and where are they found? I don't recall seeing any menu items related...

Yes. The board support package did offer this - but only for a short while! I remember using it, and then it vanished from the IDE. Thanks for some ideas...

Hmm, more difficult than I thought. I don't know which instantiation of SPI to set the clock or baudrate. Is this exposed through the Adafruit_ILI9341 interface? How would I know...

Also tried a `#define MAX_SPI 48000000 #define SPICLOCK SERCOM_CLOCK_SOURCE_FCPU` prior to including SPI.h and Adafruit_GFX.h and Adafruit_ILI9341.h and Adafruit_FT6206.h in my header file. Still 24MHz.

For what it is worth, the PJRC lib ILI9341_t3n supports a 30MHz write rate and a 20MHz read. That would be pretty nice if something like that worked on a...

After installation from MS, it appears that inside the VS application, the FreeCAD folder has no .VS folder, unlike what you show. Therefore, I can't select the same options as...

Thanks for that. Now the .vscode is available. No buttons are displayed, nor are there CMake related commands available in the command line. Do I add the configuration launch.json? Sorry,...

It compiled. Run & Debug started the process. FreeCAD GUI came up, but there seems to be a problem. In VS I get a small window stating there is an...

> OK. That's interesting, I've not encountered that. I suspect that the wrong python interpreter may be called. Did you select the python interpreter associated with the conda environment with...

> Yessir i know that issue. Basically freecad launches, then stops to wait for the debugger to attach. At the same time the debugger is waiting (up to 30 sec)...