mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Backlight: Add abstraction for support of different hardware.
This commit is contained in:
parent
e695d496c5
commit
aa189a3462
7 changed files with 240 additions and 5 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "spi_pp.hpp"
|
||||
#include "si5351.hpp"
|
||||
#include "lcd_ili9341.hpp"
|
||||
#include "backlight.hpp"
|
||||
|
||||
#include "radio.hpp"
|
||||
#include "clock_manager.hpp"
|
||||
|
@ -53,4 +54,6 @@ extern TemperatureLogger temperature_logger;
|
|||
bool init();
|
||||
void shutdown();
|
||||
|
||||
Backlight* backlight();
|
||||
|
||||
} /* namespace portapack */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue