Alessio Caiazza
|
a5ccda9923
|
Fix broken display SDL test
display_setBacklightLevel is undefined and not part of the display.h
interface.
|
2021-12-23 14:52:25 +01:00 |
Niccolò Izzo
|
c77cc46fb6
|
Fix include syntax
Interface header includes have acquired the interface prefix, to
distinguish them from regular header includes.
|
2020-12-24 16:30:13 +01:00 |
Federico Amedeo Izzo
|
6b0f0242d1
|
Remove screenWidth and screenHeight getters.
|
2020-11-03 15:15:36 +01:00 |
Silvano Seva
|
638707a6aa
|
Renamed 'lcd.h' to 'display.h' and updated the function names for low-level display driver.
|
2020-11-03 15:15:35 +01:00 |
Silvano Seva
|
f043581928
|
Making the interface for low-level display drivers more general: now the pointer to framebuffer is returned as void *. Updated existing drivers and test code accordingly.
|
2020-11-03 15:15:35 +01:00 |
Silvano Seva
|
2cfca62b00
|
Driver for SDL-based display emulator, updated lcd.h documentation
|
2020-11-03 15:15:35 +01:00 |