Bas Stottelaar
|
c2935e962c
|
fix: comment unused y in s1d15e06
|
2026-03-09 22:35:14 +01:00 |
|
Bas Stottelaar
|
830dcdf0c3
|
fix: silence unused variable warning in assert(..)
When assert(..) is a no-op, compilers may warn about the variable
being unused. Explicitly marking it to silence the warning.
|
2026-03-01 22:22:43 +01:00 |
|
Bas Stottelaar
|
acd6667d45
|
fix: use memcpy to prevent memory alignment error
|
2026-03-01 22:22:43 +01:00 |
|
Bas Stottelaar
|
3cac0da0c9
|
fix: cast rad to u8g2_int_t in u8g2_draw_arc
|
2026-03-01 22:22:43 +01:00 |
|
Bas Stottelaar
|
687b8bdc53
|
Convert to SDL2.
|
2018-02-20 23:00:54 +01:00 |
|
Bas Stottelaar
|
c6f4f36308
|
Cast to unsigned int to fix sign compare error.
|
2018-02-11 23:22:37 +01:00 |
|
Bas Stottelaar
|
74fb446e45
|
ls013b7dh03: wrap initialization in transaction.
|
2017-10-30 23:05:18 +01: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
|
42e08abd5a
|
ls013b7dh03 has an active low clock.
|
2016-07-25 22:24:09 +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 |
|
Bas Stottelaar
|
cef14071dd
|
finish initial implementation of ls013b7dh03 driver
|
2016-06-13 21:39:51 +02:00 |
|