Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1//
2// Copyright (c) 2023, DefenceX PTY LTD
3//
4// This file is part of the VivoeX project developed by DefenceX.
5//
6// Licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
7// License. See the LICENSE file in the project root for full license details.
8//
12
13#ifndef COMMON_UTILS_H_
14#define COMMON_UTILS_H_
15
16namespace gva {
17
23void SetBrightness(double brightness);
24
25} // namespace gva
26
27#endif // COMMON_UTILS_H_
void SetBrightness(double brightness)
Set the Brightness attribute, requires superuser privileges.
Definition utils.cc:23