DIY Logging Volt/Ampmeter
|
Display updating functionality for high-precision logging voltage/current meter. More...
#include "display.h"
#include <stdint.h>
#include "ssd1306.h"
#include "conversion.h"
#include "util.h"
#include "rtc.h"
Go to the source code of this file.
Functions | |
void | initDisplays (void) |
Function to initialize the OLED displays. More... | |
void | updateLeftDisplay (void) |
Function to display updated info on the LEFT OLED screen. More... | |
void | updateRightDisplay (void) |
Function to display updated info on the RIGHT OLED screen. More... | |
void | finishDisplayUpdates (void) |
Function to finish the screen-updates. More... | |
void | displaySaveIcon (void) |
Function to display the SAVE status icon on the RIGHT OLED screen. More... | |
Display updating functionality for high-precision logging voltage/current meter.
finishDisplayUpdates
.Copyright (C) 2021 - Brecht Van Eeckhoudt
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 3 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.
A copy of the GNU General Public License can be found in the LICENSE
file along with this source code.
Definition in file display.c.
void displaySaveIcon | ( | void | ) |
void finishDisplayUpdates | ( | void | ) |
Function to finish the screen-updates.
This function partially handles the selected-screen line logic.
void initDisplays | ( | void | ) |
void updateLeftDisplay | ( | void | ) |
void updateRightDisplay | ( | void | ) |