victor_pv Sat May 16, 2015 8:49 pm EDIT: The new functions are integrated in the latest update of Roger’s repo. Check the .h file for a short explanation of the parameters ..
RogerClark Wed Jun 03, 2015 10:48 am 01. (Adafruit_ILI9341_STM) — SPI LCDs (SPI = Serial Peripheral Interface) based on ILI9341 controller. 02. (Adafruit_SSD1306) ..
victor_pv Mon Apr 27, 2015 7:11 pm ***Latest Update 04/10/2017*** The code in the official repo from Bill Greyman has now the support for the libmaple based core ..
MoDu Tue Nov 27, 2018 3:54 pm Cooperative multitasking for Arduino microcontrollers https://github.com/arkhipenko/TaskScheduler I’ve been using this fine and light ..
victor_pv Sun Mar 25, 2018 4:27 am I gave it a shot and modified the Adafruit MP3 library to run in the F1 mcus with 48KB or more of RAM and I2S interface. The original ..
victor_pv Mon Apr 27, 2015 4:04 pm Available here, until thoroughly tested, then will send a pull or merge or something to Roger: https://github.com/victorpv/TFT_ILI9163C ..
bubulindo Fri Sep 11, 2015 10:57 am Hello, It’s my first post here. I’ve played with the Maple boards before for some time (writing one of the RTC libraries ..
madias Thu Apr 30, 2015 6:13 am Hello, I think, I’ve posted them before, but they are not here? Did I dreamt that? OK: Two different OLED ports of mine: The Adafruit ..
madias Sun Oct 07, 2018 9:43 pm Hello, as I’m working on my MP3 player project, I needed to do some adapts to the Adafruit_SSD1306 library (included in Rogers ..
raufjay Thu May 18, 2017 2:00 am Hello, I tried to find VL530lox sensor library to work for bluepill board. So far I could not get one. There are few working well ..
victor_pv Thu Sep 17, 2015 2:32 am I just came across this project: https://github.com/joeferner/maple-usbM … usb_mass.c I have not tested it, and seems like ..
acronis Tue Jun 27, 2017 7:05 am Hello. Tell me which library is better to use and how to physically connect STM32F103 distance sensor VL6180 https://ru.aliexpress.com/item/1PCS-VL6 ..
strawberrymaker Sun Jun 07, 2015 7:02 pm EDIT: I used a different Version, sry. Current Download Link is linked The TFT_ILI9163C Library works without modification ..
madias Mon Jul 06, 2015 6:12 pm Hello, as needed for my wooden-mp3-player project, I’ve completely rewritten the original library (now all commands are included!) ..
Vassilis Fri May 22, 2015 1:04 pm Hi, I ported the Arduino VS1003B library with the “hello” example to the STM32F103 MCU. I published the library to Github ..
victor_pv Sun Mar 12, 2017 7:06 pm I applied the same changes from FreeRTOS 8.2.1 to 9.0.0 and have been using it for some tests successfully. I need to upload it to Github, ..
victor_pv Tue Jun 30, 2015 8:48 pm I needed to be able to play some sounds and decided to give a shot to porting this library, which reproduces audio in the Arduino ..
Jackson009 Tue Sep 15, 2015 3:12 pm Hi There, I tested another lib for the RF remote control. I use the RC switch from this link. https://github.com/sui77/rc-switch ..
RogerClark Fri May 01, 2015 7:48 am The Wire (I2C) library is part of the Arduino STM32 files download, as it is almost a core part of the Arduino suite of libraries ..