Skip to content

Used the Stm32f4 plus library to create filters on the hx8352a lcd display using the tm032ldh05 panel

Notifications You must be signed in to change notification settings

kdgwill/Stm32f4-LCD-Filters-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Abstract

To design a digital picture frame that will apply image filters to your pictures.


#TABLE OF CONTENTS

[TOC]


Idea

###Hardware


  1. STM32F4 Discovery board
  2. LCD Screen
  3. Micro-USB to USB
  4. Female to Female Jumper cables

Connection diagram

Side closer to edge Side closer to center
Board <--> PIN BOARD <--> PIN
NC <--> NC <-->
LED_A <--> PD13 NC <-->
NC <--> SD_CS <-->
RESET <--> PE1 SD_DIN <-->
F_CS <--> SD_SLK <-->
CS <--> PD7 SD_OUT <-->
DB15 <--> PD10 T_IRQ <-->
DB14 <--> PD9 T_OUT <-->
DB13 <--> PD8 NC <-->
DB12 <--> PE15 T_DIN <-->
DB11 <--> PE14 T_CS <-->
DB10 <--> PE13 T_CLK <-->
DB9 <--> PE12 DB7 <--> PE10
DB8 <--> PE11 DB6 <--> PE9
RD <--> PD4 DB5 <--> PE8
WR <--> PD5 DB4 <--> PE7
RS <--> PD11 DB3 <--> PD1
NC <--> DB2 <--> PD0
VCC <--> 3.3V DB1 <--> PD15
GND <--> GND DB0 <--> PD14

  1. Open up a terminal.
  2. Clone the git repository.
  3. Change directory into cloned git repository, el6483-project.
  4. Type source projectScripts.sh.
  5. Type makeFlashProject.

Stm32f4-LCD-Filters-Project

About

Used the Stm32f4 plus library to create filters on the hx8352a lcd display using the tm032ldh05 panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published