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
olikraus
595c0b36a6
4-wire SW SPI improved for AVR (ATMega only)
2016-05-16 09:16:54 +02:00
olikraus
7bcf4b6b70
FPS
2016-05-15 16:25:22 +02:00
olikraus
ebfaf993d4
fixed 32 byte buffer issue with Wire.h
2016-05-15 09:56:06 +02:00
olikraus
28d5de8d25
hw i2c partly working
2016-05-15 00:05:41 +02:00
olikraus
3b20aed15d
Removed SET_I2C and SET_DEVICE messages
2016-05-01 10:01:37 +02:00
olikraus
d259fb5b58
FPS, HW SPI fix
2016-04-28 22:05:15 +02:00
olikraus
e83e1bff3f
fixed license description (url)
2016-01-03 17:10:50 +01:00
olikraus
843c3f2d9c
Digispark support
2016-01-02 00:25:06 +01:00
olikraus
be994dddaa
update
2016-01-01 09:27:17 +01:00
olikraus
97299ec5f8
towards cpp interface
2015-12-23 09:04:24 +01:00
olikraus
d7320d7a7b
cpp
2015-12-12 17:26:10 +01:00