Federico Amedeo Izzo
|
6b0f0242d1
|
Remove screenWidth and screenHeight getters.
|
2020-11-03 15:15:36 +01:00 |
Federico Amedeo Izzo
|
c3ef0ca036
|
Remove backlight control from anywhere except platform.c and platform.h
|
2020-11-03 15:15:35 +01:00 |
Silvano Seva
|
b9517e5867
|
Adding support for 8bpp grayscale and 1bpp black/white pixel formats to SDL-based display emulator, keeping 16bpp RGB565 as the default one.
|
2020-11-03 15:15:35 +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
|
b2d613f38b
|
Improved lcd_terminate function in SDL-based lcd driver
|
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 |