Skip to content

Commit 21a01e8

Browse files
authored
Merge pull request #438 from brentru/ship-disp-2
Add Display Feature
2 parents e7af4fb + 3a911d9 commit 21a01e8

26 files changed

+2806
-215
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ jobs:
4444
git clone --quiet https://github.com/brentru/Adafruit_MQTT_Library.git /home/runner/Arduino/libraries/Adafruit_MQTT_Library
4545
git clone --quiet https://github.com/milesburton/Arduino-Temperature-Control-Library.git /home/runner/Arduino/libraries/Arduino-Temperature-Control-Library
4646
git clone --quiet https://github.com/PaulStoffregen/OneWire.git /home/runner/Arduino/libraries/OneWire
47+
git clone --quiet https://github.com/adafruit/Adafruit_HX8357_Library.git /home/runner/Arduino/libraries/Adafruit_HX8357_Library
48+
git clone --quiet https://github.com/adafruit/Adafruit_ILI9341.git /home/runner/Arduino/libraries/Adafruit_ILI9341
49+
git clone --quiet https://github.com/adafruit/Adafruit_STMPE610.git /home/runner/Arduino/libraries/Adafruit_STMPE610
50+
git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
51+
git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
52+
git clone --depth 1 --branch v8.2.0 https://github.com/lvgl/lvgl.git /home/runner/Arduino/libraries/lvgl
53+
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
54+
- name: List all files in Adafruit_LittlevGL_Glue_Library folder
55+
run: |
56+
ls /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
57+
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
58+
run: |
59+
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
4760
- name: Build for ESP32-Sx
4861
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
4962
- name: list

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ INCLUDE_FILE_PATTERNS =
20742074
# recursively expanded use the := operator instead of the = operator.
20752075
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20762076

2077-
PREDEFINED = __cdecl=, ARDUINO_ARCH_ESP32
2077+
PREDEFINED = __cdecl=, ARDUINO_ARCH_ESP32=1, ARDUINO_FUNHOUSE_ESP32S2=1
20782078

20792079
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
20802080
# tag can be used to specify a list of macro names that should be expanded. The

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit WipperSnapper
2-
version=1.0.0-beta.62
2+
version=1.0.0-beta.64
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
55
sentence=Arduino client for Adafruit.io WipperSnapper

0 commit comments

Comments
 (0)