deadprogram
|
d224b5d648
|
feature: some additional changes to drivers.Pin HAL for clarity and readability.
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2025-09-20 08:30:51 +02:00 |
|
Patricio Whittingslow
|
8ac285e821
|
legacy.PinOutput->pin.Output and add High+Low methods on drivers.PinOutput and use them in drivers
|
2025-09-20 08:30:51 +02:00 |
|
soypat
|
cd37668592
|
more drivers are now cross platform
|
2025-09-20 08:30:51 +02:00 |
|
deadprogram
|
1bb1b621c6
|
all: correct go fmt
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2022-09-25 13:23:16 +02:00 |
|
deadprogram
|
46c9ba9595
|
spi: remove machine.SPI and replace with drivers.SPI interface for almost all SPI drivers
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2020-12-15 06:08:59 +01:00 |
|
Alexander Bloss
|
c3f3af5ffa
|
Fix DrawFastHLine for ST77xx, SSD1331 and SSD1351
DrawFastHLine uses FillRectangle(x,y,width,height,c), so height must be 1 to draw a horizontal line
|
2020-05-16 18:54:41 +02:00 |
|
Daniel Esteban
|
bcb291992c
|
ssd1331: make SPI TX faster
same change as PR #89
|
2019-10-13 02:02:22 +02:00 |
|
Daniel Esteban
|
bf077c8249
|
SSD1331 TFT color display (#77)
|
2019-08-05 17:54:23 +02:00 |
|