kraus
a14bba7cae
issue #1041
2020-01-26 22:15:46 +01:00
kraus
1358f8b0d2
issue #987 , added support for Arduino Nano Every (__AVR_ARCH__ == 103)
2019-11-21 22:20:58 +01:00
kraus
7b772d640b
screenshot, issue #1005
2019-10-03 08:39:29 +02:00
kraus
49dc0eeec1
issue #804
2019-02-09 12:32:41 +01:00
kraus
a670fa989a
issue #769
2018-12-23 17:26:48 +01:00
kraus
4bdfe2b4d1
added comments
2018-12-21 17:06:08 +01:00
kraus
12f7b9cba5
thread safe sw spi for AVR ( #749 )
2018-12-03 21:17:42 +01:00
kraus
bc2139bd46
issue #749
2018-12-02 21:35:22 +01:00
kraus
d6815838b0
Due SW SPI speedup, issue #749
2018-11-18 21:54:22 +01:00
kraus
9164db6e76
issue #705
2018-10-28 21:40:55 +01:00
kraus
74c8a45013
add yield(), issue #530
2018-08-23 22:38:50 +02:00
kraus
c05b85e629
issue #586 , AVR specific 3W SPI
2018-04-29 15:49:56 +02:00
kraus
4141c9483a
issue #593 , avr opt for i2c (disabled by default!)
2018-04-29 15:13:52 +02:00
kraus
fdd9c83680
update
2018-04-23 21:30:37 +02:00
olikraus
16cfae2f63
issue #418 , fixed SH1107 constructor call
2017-12-23 12:43:26 +01:00
olikraus
cfbbc904c6
issue #418
2017-12-14 19:23:15 +01:00
olikraus
adc34ca58d
issue #378 , removed ESP8266 ifdefs, includes modifications for st75256 (which still does not work, #163 )
2017-10-08 13:09:44 +02:00
olikraus
28abb2c570
ESP32, Wire.h pin remapping support, #377
2017-10-06 23:38:01 +02:00
olikraus
fd018eb674
issue #377 , added HW I2C pin remapping for ESP32
2017-10-06 22:17:27 +02:00
Matthijs Kooijman
f684246d24
Fix compilation without U8X8_USE_PINS
...
When compiling outside of the Arduino environmen, U8X8_USE_PINS is not
defined. However, some parts of the C++ code outside of the
U8X8_USE_PINS guards depended on code inside the guards, breaking
compilation. By adding some extra guards, compilation of the C++ code
now also works outside of the Arduino environment.
2017-09-08 23:32:00 +02:00
olikraus
55823ce98d
issue #307
2017-08-11 20:30:39 +02:00
olikraus
24ceea336c
new com proc for SED1520/SBN1661, issue #324
2017-08-09 21:09:21 +02:00
olikraus
80e3cb03f0
first part for #244
2017-05-20 07:59:48 +02:00
olikraus
4aed6ee8f9
i2c begin for ESP8266
2017-02-05 11:25:47 +01:00
olikraus
8019a4b986
issue #156
2017-01-14 20:01:41 +01:00
olikraus
58a3409ad7
lc7981
2016-12-31 11:12:25 +01:00
olikraus
23b162bfaa
issue #104
2016-12-14 05:35:03 +01:00
olikraus
d872b5bacc
work on ks0108, #88
2016-12-04 22:48:27 +01:00
olikraus
446a8c2709
manual pull request update
2016-11-28 21:17:10 +01:00
olikraus
dbb7a2f0b6
reduces speed because of pixel errors
2016-11-28 06:02:01 +01:00
olikraus
9c793c3d01
performance
2016-11-27 23:35:12 +01:00
olikraus
c466fa5b30
zero data detection for SW SPI
2016-11-26 15:12:24 +01:00
olikraus
01e3292575
fixed a problem in codebuild.c --> speed for st7920, 10x speed up for SPI mode of st7020, issue #87
2016-11-26 12:48:09 +01:00
olikraus
3b6d1fc794
issue #95
2016-11-26 08:40:58 +01:00
olikraus
a5c85063c6
cpp issue #89
2016-11-20 14:57:53 +01:00
olikraus
76f4da82c5
second wire interface
2016-11-12 17:30:14 +01:00
olikraus
221b98beb4
issue #74
2016-11-04 21:10:42 +01:00
olikraus
d1612c96b0
i2c speed test for issue #79
2016-11-02 17:08:04 +01:00
olikraus
6c81aaab26
issue #79
2016-11-02 15:25:29 +01:00
olikraus
421889ca29
fixed unused parameter warning
2016-10-06 21:19:38 +02:00
olikraus
ad3ac3a66e
HW SPI bug fixing
2016-08-21 11:46:01 +02:00
olikraus
5c24125c9a
issue #50
2016-08-18 21:12:36 +02:00
olikraus
9cc2909dc9
implementation issue #48
2016-08-17 21:01:03 +02:00
olikraus
1644c8f652
spi mode merge
2016-07-27 11:44:17 +02:00
Bas Stottelaar
cf846d814d
Renames sck_clock_mode -> spi_mode. Implemented SPI modes for HW SPI.
2016-07-26 20:38:55 +02:00
Bas Stottelaar
54e3c1ae9b
sck_takeover_edge -> sck_clock_mode to account for all four SPI modes.
2016-07-25 22:05:00 +02:00
olikraus
58481bd875
ST7920 HW SPI support, fixed issue #24
2016-06-24 21:36:32 +02:00
olikraus
9f4e4d0750
st7920 hw spi
2016-06-24 00:58:17 +02:00
olikraus
d51b5c34a1
LD7032 I2C
2016-06-22 23:58:14 +02:00
olikraus
a07b525e0b
debounce
2016-05-16 23:13:09 +02:00