Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions examples/stm32/f4/stm32f429i-discovery/lcd-ltdc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
OBJS = clock.o gfx_locm3.o lcd_ili9341.o sdram.o Tamsyn5x9b_9.o Tamsyn5x9r_9.o

BINARY = application

# we use sin/cos from the library
LDLIBS += -lm

LDSCRIPT = ../stm32f429i-discovery.ld

include ../../Makefile.include
7 changes: 7 additions & 0 deletions examples/stm32/f4/stm32f429i-discovery/lcd-ltdc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# README

Small test with minimal graphics lib for ltdc graphics controller.

Two additional python scripts are provided to create your own font and bitmap header files.

06/01/16 H2OBrain
Loading