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) | — | This library is for Monochrome OLEDs based on SSD1306 drivers |
03. (EEPROM) | — | Use a small part of the Flash memory area as EEPROM memory. |
04. (ILI9341_due_STM) | — | ILI9341 SPI LCD library with DMA support. |
05. (Lcd7920_STM) | — | ST7920-based 128×64 pixel graphic LCD demo program |
06. (LiquidCrystal) | — | Library for 2×16, 4×20 LCDs |
07. (LiquidCrystal_I2C) | — | Library for 2×16, 4×20 LCDs with I2C interface. |
08. (OLED_I2C) | — | Library that supports the 128×64 pixel OLEDs based on SSD1306 controller |
09. (OneWireSTM) | — | Dallas Semiconductor’s 1-Wire Protocol (DS18B20 sensor) |
10. (RTClock) | — | Use the internal RTC (Real Time Clock) of the STM32F103 |
11. (SPI) | — | Use the SPI of the STM32F103 |
12. (EtherCard_STM) | — | Library for using the ENC28J60 ethernet module with STM32F103. |
13. (VS1003B_STM) | — | Library for using the VS1003B / VS1053B MP3 decoder module with STM32F103. |
14. (Servo) | — | Rotate Servo motors by using PWM (Pulse Width Modulation) |
(thanks to Vasillis for compiling the list)
Nutsy
Mon Jul 25, 2016 11:50 am
Hias sorry to be a pain but LiquidCrystal_l2c is missing in the repo. Do you have an alternative location for it?
RogerClark
Mon Jul 25, 2016 9:59 pm
I think the missing libs were submodules of @vassilis repo on github, you could try looking on his repo ( sorry I cant remember his github url)
Vassilis
Mon Jul 25, 2016 10:17 pm
Nutsy wrote:Hias sorry to be a pain but LiquidCrystal_l2c is missing in the repo. Do you have an alternative location for it?
martinayotte
Mon Jul 25, 2016 10:20 pm
https://github.com/Serasidis
But I don’t see any LiquidCrystal_l2c there …
RogerClark
Mon Jul 25, 2016 10:54 pm
OK
I can’t recall why I removed it, I would need to check the git commits.
Vassilis wrote:Nutsy wrote:Hias sorry to be a pain but LiquidCrystal_l2c is missing in the repo. Do you have an alternative location for it?
Vassilis
Tue Jul 26, 2016 1:44 pm
The LiquidCrystal_l2c was part of arduino_stm32. I found it on that repo version
I cannot see the differences right now between that library and the arduino IDE library version because I am writing from my cell phone.
DrBanana
Fri Oct 07, 2016 5:42 pm
Could anyone please update Adafruit_ILI9341_STM with DMA, the Adafruit_ILI9341 has new method and stuff.
Thank you
mrburnette
Sun Oct 09, 2016 2:55 am
DrBanana wrote:Could anyone please update Adafruit_ILI9341_STM with DMA, the Adafruit_ILI9341 has new method and stuff.
Thank you
farhanalam
Wed Aug 16, 2017 4:37 am
hello is there any library for reading can bus?
zmemw16
Wed Aug 16, 2017 6:01 am
first google with ‘stm32 canbus library arduino’
read a lot, come back
srp
read a lot, come back
srp
RogerClark
Wed Aug 16, 2017 6:20 am
There is an active thread for CAN bus.
Please check that thread for the latest progress.