Skip to content

Commit

Permalink
rewrite-graphics-API
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSaw committed Jul 31, 2021
1 parent 0cdc749 commit 093aa98
Show file tree
Hide file tree
Showing 118 changed files with 3,951 additions and 13,304 deletions.
376 changes: 117 additions & 259 deletions src/modm/driver/display/ili9341.hpp

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions src/modm/driver/display/ili9341.lb
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ def init(module):
module.name = ":driver:ili9341"
module.description = "ILI9341 Display with parallel and SPI bus transports"


def prepare(module, options):
module.depends(
":architecture:delay",
":architecture:spi.device",
":ui:display")
":ui:graphic")
return True


def build(env):
env.outbasepath = "modm/src/modm/driver/display"
env.copy("ili9341.hpp")
env.copy("ili9341_register.hpp")
env.copy("ili9341_impl.hpp")
env.copy("ili9341_spi.hpp")
env.copy("ili9341_parallel.hpp")
env.copy("ili9341_interface_spi.hpp")
env.copy("ili9341_interface_parallel.hpp")
Loading

0 comments on commit 093aa98

Please sign in to comment.