Skip to content

thaletterb/STM32-ST7735-LCD-Library

Repository files navigation

###################################################### #STM32F100 VL Discovery Board- ST7735 LCD Library # ###################################################### http://elegantcircuits.com/2014/11/24/stm32f100-st7735-tft-lcd-library/

##Requirements:##

  • STM32F100 Value Line Discovery Board
  • 1.8" TFT LCD Module (ST7735R)
  • ARM GCC Toolchain installed arm-none-eabi
  • GDB Server
  • Library contained in this repository

##Installation:##

  • Clone or download a local copy of this repository
  • Inside of the ST7735LCD directory is the source code for the LCD library.
  • spi.c spi.h is the source for the SPI functions used to communicate with the LCD
  • ST7735.c ST7735.h is the source for the various ST7735 LCD functions
  • main.c Where main function resides
  • Compile the source code into ST7735.elf
  • Upload the binary to the device using GDB server

##Example Commands:##

  • Compile: $make

About

ST7735 LCD Library for STM32F100 Value Line Discovery Board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages