-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8341 from Bob-the-Kuhn/u8g-try-4-Arduino-IDE-comp…
…atibility 2.0.x - U8G HAL LCD support - Arduino IDE compatibility
- Loading branch information
Showing
12 changed files
with
14 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
|
||
#ifdef TARGET_LPC1768 | ||
|
||
#include <lib/u8g.h> | ||
#include <U8glib.h> | ||
|
||
#include <lpc17xx_pinsel.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,6 @@ | |
#if defined (TARGET_LPC1768) | ||
|
||
|
||
#include <lib/u8g.h> | ||
#include <U8glib.h> | ||
|
||
#include <lpc17xx_pinsel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ env_default = megaatmega2560 | |
|
||
[common] | ||
lib_deps = | ||
|
||
U8glib-HAL | ||
[email protected] | ||
https://github.com/lincomatic/LiquidTWI2.git | ||
https://github.com/teemuatlut/TMC2130Stepper.git | ||
|
@@ -51,7 +51,6 @@ board = megaatmega2560 | |
build_flags = -I $BUILDSRC_DIR | ||
board_f_cpu = 16000000L | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -64,7 +63,6 @@ board = megaatmega1280 | |
build_flags = -I $BUILDSRC_DIR | ||
board_f_cpu = 16000000L | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -76,7 +74,6 @@ framework = arduino | |
board = sanguino_atmega1284p | ||
upload_speed = 57600 | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -91,7 +88,6 @@ framework = arduino | |
board = due | ||
build_flags = -I $BUILDSRC_DIR | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -154,7 +150,6 @@ board = reprap_rambo | |
build_flags = -I $BUILDSRC_DIR | ||
board_f_cpu = 16000000L | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -165,7 +160,6 @@ platform = atmelavr | |
framework = arduino | ||
board = sanguino_atmega644p | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
[env:STM32F1] | ||
|
@@ -174,7 +168,6 @@ framework = arduino | |
board = genericSTM32F103RE | ||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -191,7 +184,6 @@ board = teensy20pp | |
build_flags = -I $BUILDSRC_DIR | ||
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
src_filter = ${common.default_src_filter} | ||
|
||
# | ||
|
@@ -203,6 +195,5 @@ framework = arduino | |
board = teensy35 | ||
build_flags = -I $BUILDSRC_DIR | ||
lib_deps = ${common.lib_deps} | ||
U8glib-HAL | ||
lib_ignore = Adafruit NeoPixel | ||
src_filter = ${common.default_src_filter} |