Dimitre
Dimitre
ok applied here: https://github.com/openframeworks/projectGenerator/pull/558 it can be done better later.
closed by https://github.com/openframeworks/projectGenerator/pull/558
CLI runs OK here Maybe a limit on projectGenerator frontend?
@Jonathhhan maybe you should left it open if it is a Frontend limitation
I suppose if this is updated to point to latest version it can be solved https://github.com/sipeed/platform-kendryte210/issues/45
I can't opinion on reverting because I'm still favoring the idea of moving to fs::path and ofPathToString And adequating code to use ```auto``` so we don't have unintended conversion from...
we can rename ```./scripts/osx/download_latest_libs.sh``` -> ```./scripts/macOs/download_libs.sh``` and do the same for project and template. I think this have two advantages, one we have the option of still using "osx" if...
the idea of separating osx folder for classic libs and projectGenerator template is this way we can keep work projects in a more conservative and tested libs structure until macOS...
We have here a minimal example to test the color fixes: ```c++ #include #include SPIClass spi_(SPI0); Sipeed_ST7789 lcd(320, 240, spi_); Sipeed_OV2640 camera(FRAMESIZE_QQVGA, PIXFORMAT_RGB565); GFXcanvas16 canvas(160, 120); uint16_t rgbto565(uint8_t r, uint8_t...
I'm trying to control an individual UCS8904B using NeoPixelBus without success. I'm using a Teensy 3.2 and a simple code to make it blink. It behaves as it has no...