Kevin Townsend
|
a267c43d1f
|
Added STM32 Feather check
|
2016-01-27 08:50:27 +01:00 |
|
Kevin Townsend
|
eee4de23b2
|
Merge pull request #44 from fingolfin/mh/fixes
Some cleanup, a fix for PortReg, ESP8266 fixes, ARM fixes, and more... (covers most of #25, #30, #32, #36, #39, #40)
|
2016-01-27 08:48:07 +01:00 |
|
Limor "Ladyada" Fried
|
0a82b80370
|
Merge pull request #49 from andydoro/master
ESP8266 I2C 128x64 compatibility added
|
2016-01-14 15:02:40 -05:00 |
|
Andy Doro
|
5347de3a0b
|
update compatibility matrix in README
|
2016-01-14 14:09:32 -05:00 |
|
Andy Doro
|
9bdf530826
|
update compatibility matrix in README
|
2016-01-14 14:04:39 -05:00 |
|
Andy Doro
|
6ddbf34498
|
update compatibility matrix in README
|
2016-01-14 14:02:26 -05:00 |
|
Andy Doro
|
f325ce743f
|
update compatibility matrix in README
|
2016-01-14 13:59:50 -05:00 |
|
Andy Doro
|
d7781515db
|
update compatibility matrix in README
|
2016-01-14 13:56:23 -05:00 |
|
Andy Doro
|
004ebe3b0a
|
update compatibility matrix in README
|
2016-01-14 13:05:19 -05:00 |
|
Andy Doro
|
abb8a8e6cd
|
update compatibility matrix in README
|
2016-01-14 13:02:34 -05:00 |
|
Andy Doro
|
750adcf869
|
update compatibility matrix in README
|
2016-01-14 12:49:46 -05:00 |
|
Andy Doro
|
5e8955bfd7
|
ESP8266 compatibility added
delays added to I2C example for compatibility with ESP8266.
|
2016-01-14 12:36:44 -05:00 |
|
Andy Doro
|
5a56442417
|
Merge pull request #1 from adafruit/master
update from original
|
2016-01-14 12:30:31 -05:00 |
|
Andy Doro
|
9f5a17ea4e
|
update compatibility matrix in README
|
2016-01-14 12:13:02 -05:00 |
|
Andy Doro
|
3e55adc4fe
|
update compatibility matrix in README
|
2016-01-14 12:07:37 -05:00 |
|
Andy Doro
|
62bb8e9a79
|
update compatibility matrix in README
|
2016-01-14 12:05:06 -05:00 |
|
Andy Doro
|
dddd0212f8
|
update compatibility matrix in README
|
2016-01-14 11:57:15 -05:00 |
|
Andy Doro
|
6bd2718118
|
update compatibility matrix in README
|
2016-01-14 11:54:41 -05:00 |
|
Andy Doro
|
577c0672c5
|
update compatibility matrix in README
|
2016-01-14 11:52:34 -05:00 |
|
Andy Doro
|
0b53275706
|
update compatibility matrix in README
|
2016-01-14 11:52:24 -05:00 |
|
Andy Doro
|
a67db50b49
|
update compatibility matrix in README
|
2016-01-12 11:04:31 -05:00 |
|
Andy Doro
|
6ce8821d87
|
update compatibility matrix in README
|
2016-01-12 10:22:11 -05:00 |
|
Andy Doro
|
955f21145e
|
update compatibility matrix in README
|
2016-01-12 10:21:29 -05:00 |
|
Andy Doro
|
2ed01f3894
|
update compatibility matrix in README
|
2016-01-11 17:05:00 -05:00 |
|
Andy Doro
|
16c4638fdd
|
update compatibility matrix in README
|
2016-01-11 16:39:48 -05:00 |
|
Andy Doro
|
e24ab60b42
|
update compatibility matrix in README
|
2016-01-11 16:35:56 -05:00 |
|
Andy Doro
|
402732feb4
|
update compatibility matrix in README
|
2016-01-11 16:32:48 -05:00 |
|
Andy Doro
|
7d2d391356
|
update compatibility matrix in README
|
2016-01-11 16:28:32 -05:00 |
|
Max Horn
|
cfcfe8a27f
|
Stop scrolling when initializing the display
|
2016-01-07 10:14:27 +01:00 |
|
Max Horn
|
3a9149da93
|
Remove ssd1306_data
|
2016-01-07 10:13:19 +01:00 |
|
Max Horn
|
cdcb1a6df4
|
Improve check for util/delay.h presence
This covers additional ARM based boards, as well as the Energia
|
2016-01-07 10:13:19 +01:00 |
|
Max Horn
|
491fa0d913
|
Proper fix for ESP8266
|
2016-01-07 10:13:19 +01:00 |
|
Max Horn
|
6227879fba
|
Fix PortReg handling to actually do something
The code incorrectly used #ifdef to check for a typedef. As a result,
the PortReg code was always disabled.
|
2016-01-07 10:13:19 +01:00 |
|
Max Horn
|
1a84429756
|
Reduce code duplication in oled init code
|
2016-01-07 10:13:19 +01:00 |
|
Max Horn
|
8c434839fa
|
whitespace: get rid of tabs
|
2016-01-07 10:13:19 +01:00 |
|
Max Horn
|
5a6dd9fbf0
|
Fixed unused parameter warning in examples
|
2016-01-07 10:13:19 +01:00 |
|
Kevin Townsend
|
49e05436c7
|
Added header guard to prevent multiple includes
|
2016-01-07 13:32:53 +09:00 |
|
Kevin Townsend
|
2d7d84d2e0
|
Updated feather macro
|
2016-01-07 10:19:19 +09:00 |
|
Tony DiCola
|
f874ad1f62
|
Update library.properties
1.0.1
|
2015-12-18 16:05:10 -08:00 |
|
Limor "Ladyada" Fried
|
af01518465
|
Merge pull request #43 from andydoro/master
delays added for ESP8266, to keep WDT kicked!
|
2015-12-16 13:48:33 -05:00 |
|
Andy Doro
|
a86eecbd61
|
delays added for ESP8266
delay(1) added after display.display() to prevent crashing on ESP8266.
|
2015-12-16 13:22:23 -05:00 |
|
Andy Doro
|
055d83c572
|
update compatibility matrix in README
|
2015-12-15 17:33:48 -05:00 |
|
Andy Doro
|
f94df0c1fc
|
update compatibility matrix in README
|
2015-12-08 11:49:42 -05:00 |
|
Andy Doro
|
a4ce8290e4
|
update compatibility matrix in README
|
2015-12-07 12:14:15 -05:00 |
|
Andy Doro
|
e44740d7af
|
update compatibility matrix in README
|
2015-12-03 18:12:14 -05:00 |
|
Andy Doro
|
2fdace1fb1
|
update compatibility matrix in README
|
2015-12-03 18:05:53 -05:00 |
|
Andy Doro
|
28cb5b7e52
|
update compatibility matrix in README
|
2015-12-03 18:04:16 -05:00 |
|
Andy Doro
|
bd2907d19e
|
update compatibility matrix in README
|
2015-12-03 17:11:26 -05:00 |
|
Andy Doro
|
58dfdc147d
|
update compatibility matrix in README
|
2015-12-03 17:06:56 -05:00 |
|
Andy Doro
|
e5cca30d8f
|
update compatibility matrix in README
|
2015-12-03 17:03:20 -05:00 |
|