/*
Copyright 2013 Mathias Andersson <wraul@dbox.se>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
backlight_config_t backlight_config;
// TODO: migrate to backlight_config_t
static uint8_t breathing_period = BREATHING_PERIOD;
/** \brief Backlight initialization
*
* FIXME: needs doc
*/
void
/** \brief Backlight increase
*
* FIXME: needs doc
*/
void
/** \brief Backlight decrease
*
* FIXME: needs doc
*/
void
/** \brief Backlight toggle
*
* FIXME: needs doc
*/
void
/** \brief Enable backlight
*
* FIXME: needs doc
*/
void
/** \brief Disable backlight
*
* FIXME: needs doc
*/
void
/** /brief Get the backlight status
*
* FIXME: needs doc
*/
bool
/** \brief Backlight step through levels
*
* FIXME: needs doc
*/
void
/** \brief Backlight set level without EEPROM update
*
*/
void
/** \brief Backlight set level
*
* FIXME: needs doc
*/
void
uint8_t
void
void
void
/** \brief Get backlight level
*
* FIXME: needs doc
*/
uint8_t
/** \brief Backlight breathing toggle
*
* FIXME: needs doc
*/
void
/** \brief Enable backlight breathing
*
* FIXME: needs doc
*/
void
/** \brief Disable backlight breathing
*
* FIXME: needs doc
*/
void
/** \brief Get the backlight breathing status
*
* FIXME: needs doc
*/
bool
// following are marked as weak purely for backwards compatibility
void
uint8_t
void
void
void
void
// defaults for backlight api
void
void
void