Skip to content

Commit

Permalink
Started fetching some Arduino libraries via git submodules.
Browse files Browse the repository at this point in the history
Updated Adafruit_ST7735 library to its latest version.
Updated Adafruit_SSD1306 library to its latest version.
  • Loading branch information
slav-at-attachix committed Aug 1, 2017
1 parent 73f38de commit 008759f
Show file tree
Hide file tree
Showing 25 changed files with 45 additions and 4,706 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@
path = Sming/third-party/ws_parser
url = https://github.com/charliesome/ws_parser.git
ignore = dirty
[submodule "Sming/Libraries/Adafruit_ST7735"]
path = Sming/Libraries/Adafruit_ST7735
url = https://github.com/adafruit/Adafruit-ST7735-Library.git
ignore = dirty
[submodule "Sming/Libraries/Adafruit_SSD1306"]
path = Sming/Libraries/Adafruit_SSD1306
url = https://github.com/adafruit/Adafruit_SSD1306.git
ignore = dirty
1 change: 1 addition & 0 deletions Sming/Libraries/.patches/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory contains patches to upstream Arudino libraries.
1 change: 1 addition & 0 deletions Sming/Libraries/Adafruit_SSD1306
Submodule Adafruit_SSD1306 added at ddfec7
752 changes: 0 additions & 752 deletions Sming/Libraries/Adafruit_SSD1306/Adafruit_SSD1306.cpp

This file was deleted.

198 changes: 0 additions & 198 deletions Sming/Libraries/Adafruit_SSD1306/Adafruit_SSD1306.h

This file was deleted.

24 changes: 0 additions & 24 deletions Sming/Libraries/Adafruit_SSD1306/README.txt

This file was deleted.

Loading

0 comments on commit 008759f

Please sign in to comment.