Add formatter

This commit is contained in:
Oleksii Mandrychenko
2024-08-08 22:15:37 -07:00
parent a63fe370d8
commit eb4b9e0075
8 changed files with 216 additions and 216 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
#ifndef __IMAGES_H__
#define __IMAGES_H__
// Array of all bitmaps for convenience. (Total bytes used to store images in PROGMEM = 1040)
// Array of all bitmaps for convenience. (Total bytes used to store images in
// PROGMEM = 1040)
extern const unsigned char epd_bitmap_ucog [];
extern const unsigned char epd_bitmap_ucog[];
#endif // __IMAGES_H__
+4 -4
View File
@@ -2,9 +2,9 @@
#ifndef __UI_H__
#define __UI_H__
#include <Arduino.h>
#include "SSD1306Wire.h"
#include "OLEDDisplayUi.h"
#include "SSD1306Wire.h"
#include <Arduino.h>
// #include <heltec_unofficial.h>
@@ -14,8 +14,8 @@
#define ONE_MILLISEC 1
// Prints debug information and the scan measurement bins from the SX1262 in hex
// Change spectrum plot values at once or by line
// Prints debug information and the scan measurement bins from the SX1262 in
// hex Change spectrum plot values at once or by line
#define ANIMATED_RELOAD false
#define MAJOR_TICK_LENGTH 2