Skip to content

Commit

Permalink
Add proper screen driver to the Arduboy build
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewford committed Aug 23, 2015
1 parent deaa166 commit 25575bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -85,6 +85,8 @@ endif
cat js/common.js >> $@.html
ifeq ($(TARGET),atmega328)
cat js/nokia_spi_driver.js >> $@.html
else ifeq ($(VARIANT),arduboy)
cat js/oled_spi_driver.js >> $@.html
else
cat js/tft_spi_driver.js >> $@.html
endif
Expand Down

0 comments on commit 25575bd

Please sign in to comment.