mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-06 08:53:15 +02:00
Add formatter
This commit is contained in:
+3
-3
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user