Commit Graph

7 Commits

Author SHA1 Message Date
Adrien Marquès e81ac251cb
fix relative progress bounds 2020-06-01 17:11:15 +02:00
Adrien Marquès de31ddb395
implement buffer with pixel operations 2020-05-31 22:13:05 +02:00
Adrien Marquès 059a5dfb9f
fix: compilation errors 2020-05-31 15:36:49 +02:00
Adrien Marquès 510517d90b
fix binary command code 2020-05-30 19:40:24 +02:00
Adrien Marquès 1dce4908b8
add clear() method with no need to apply afterwards
- it would be bufferred if the cost is low later if it brings flicker, but for now let's consider that it will be fast enough and if we can avoid buffering, we would
2020-05-30 19:29:36 +02:00
Adrien Marquès 88c6b256ce
move constructor logics into begin() as it needs to be called in the arduino setup() 2020-05-30 19:17:45 +02:00
Adrien Marquès 5c2bedd10f
extract constructor and remove SPI conditions from official library 2020-05-30 19:10:34 +02:00