Backlight: Add abstraction for support of different hardware.

This commit is contained in:
Jared Boone
2017-07-18 21:29:32 -07:00
parent e695d496c5
commit aa189a3462
7 changed files with 240 additions and 5 deletions

View File

@@ -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 */