Skip to content

Commit

Permalink
V2.09 Issue #71 + Issue #72 + Issue #73 Fehlerbehebung und Diverses
Browse files Browse the repository at this point in the history
- Issue #71 Anderer cast für Variable um Fehler zu vermeiden
- Issue #72 Refresh für die Displayanzeige war falsch in der IF-Schleife eingefügt
- Issue #73 Fehlende Datei hochgeladen und überflüssige Dateien gelöscht
- Text in Anzeige für "PVI-Down" und "LM-Down" ersetzt duch Grafiken für "PV Off" und "LM Off"
  • Loading branch information
nischram committed Feb 17, 2022
1 parent 05a5a98 commit 9a9843a
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 2,946 deletions.
2 changes: 1 addition & 1 deletion Frame/DrawImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ int DrawImage(char* fileName, int posx, int posy)
fbfd,
0);

if ((int)fbpI == -1) {
if ((intptr_t)fbpI == -1) {
//printf("Failed to mmap.\n");
}
else {
Expand Down

0 comments on commit 9a9843a

Please sign in to comment.