comparison Scan/STLcd/setup.cmake @ 331:9e31d92caf12

Initial STLcd code. - Basic screen initialization and clear is working - Currently SPI is set to a low speed for easy logic analyzer debugging
author Jacob Alexander <haata@kiibohd.com>
date Tue, 14 Apr 2015 00:40:48 -0700
parents
children
comparison
equal deleted inserted replaced
330:f4d4cad283c6 331:9e31d92caf12
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Sub-module flag, cannot be included stand-alone
12 #
13 set ( SubModule 1 )
14
15
16 ###
17 # Module C files
18 #
19
20 set( Module_SRCS
21 lcd_scan.c
22 )
23
24
25 ###
26 # Compiler Family Compatibility
27 #
28 set( ModuleCompatibility
29 arm
30 )
31