Skip to content

Various libraries for STM32F103 microcontroller and HY-STM32 board

License

Notifications You must be signed in to change notification settings

SasaKaranovic/stm32f103_libs

 
 

Repository files navigation

README

Various libraries for the HY-STM32 board, used by me. All libraries depends on lib_STM32F10x_StdPeriph.

  • lib_1-Wire - 1-Wire library. Depends on lib_delay.
  • lib_BSP_HY-STM32 - HY-STM32 board support library for onboard components: 4 LEDs, 4 buttons and buzzer.
  • lib_delay - Microseconds delay.
  • lib_DS18B20 - DS18D20 digital temperature sensor library. Depends on lib_1-Wire.
  • lib_ENC28J60 - ENC28J60 ethernet with TCPIP stack library.
  • lib_FatFs - FatFs library. Depends on lib_SD_FatFs.
  • lib_flash - library for onboard 16Mbit SPI flash access.
  • lib_ILI9328 - Ilitek ILI9328 LCD library. Depends on lib_delay.
  • lib_HD66773R -Renesas HD66773R LCD library (Samsung E700). Depends on lib_delay.
  • lib_HX8352A - Himax HX8352A LCD library (LG KF700). Depends on lib_delay.
  • lib_LGDP4532 - LG LGDP4532 LCD library. Depends on lib_delay.
  • lib_MC2PA8201 - MagnaChip MC2PA8201 LCD library (Nokia E61,E63,N70,E73). Depends on lib_delay.
  • lib_MFRC522 - RFID Chip MFRC522 driver. Depends on lib_delay.
  • lib_PCF8833 - Philips PCF8833 LCD library (Nokia 3100,6100,6020,6030). Depends on lib_delay.
  • lib_R61523 - Renesas R61523 LCD library (Sony Ericsson U5 Vivaz). Depends on lib_delay.
  • lib_R63400 - Renesas R63400 LCD library (Sony Ericsson K800i). Depends on lib_delay.
  • lib_S6B33BG - Samsung S6B33BG LCD library (Samsung GT-E1050). Depends on lib_delay.
  • lib_rtc - RTC
  • lib_SD_FatFs - FatFs lower layer API (SD support). Depends on lib_FatFs,lib_rtc,lib_SD_SDIO.
  • lib_SD_SDIO - SD SDIO low level API.
  • lib_SPFD54124B - Orise Tech SPFD54124B LCD library (Nokia 6151). Depends on lib_delay.
  • lib_SSD1289 - Solomon Systech SSD1289 LCD library. Depends on lib_delay.
  • lib_STM32F10x_StdPeriph - Standart Peripheral Library for STM32F103xx v3.6.1
  • lib_tjpegd - TJpgDec library.
  • lib_usart - USART
  • lib_xorshift - Xorshift pseudorandom number generator.
  • lib_XPT2046_LGDP4532 - library for the XPT2046 touchpanel connected to LGDP4532 LCD.

About

Various libraries for STM32F103 microcontroller and HY-STM32 board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%