forked fromlvgl-micropython/lvgl_micropython
- Notifications
You must be signed in to change notification settings - Fork3
Commitd234569
committed
fixes issue with SDCard driver and also changes how the
The spi bus driver has now been split into 4 different buy types.* `SPI.Bus`: normal SPI bus type* `SPI.DualBus`: Half duplex using both the miso and mosi pins for transmitting or receiving. This makes the driver 2 times faster when sending a ot of data* `SPI.QuadBus`: Half duplex using a total of 4 pins/lanes to transmit and receive* `SPI.OctalBus`: Half duplex using a total of 8 pins/lanes to transmit and receivemachine.SPI.Bus driver works1 parentfe5276c commitd234569
File tree
4 files changed
+270
-138
lines changed- ext_mod/lcd_bus/esp32_src
- micropy_updates
- common
- esp32
4 files changed
+270
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 24 | | |
| 25 | + | |
36 | 26 | | |
37 | 27 | | |
38 | 28 | | |
| |||
0 commit comments
Comments
(0)