🎨 Misc formatting

This commit is contained in:
Scott Lahteine
2021-11-17 13:01:44 -06:00
parent c5bd08755c
commit 2cc4a1b326
57 changed files with 62 additions and 59 deletions

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_about();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_acceleration_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_advance_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_auto_level_offset_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_baby_stepping();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#define MIN_EXT_SPEED_PERCENT 10

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_cloud_bind();
@ -33,5 +33,5 @@ void display_qrcode(uint8_t *qrcode_data);
void cloud_unbind();
#ifdef __cplusplus
} /* C-declarations for C++ */
}
#endif

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
enum {

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_eeprom_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_encoder_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#ifndef PGM_P

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_extrusion();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_fan();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_filament_change();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_filament_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_gcode(bool clear = false);

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_home();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_homing_sensitivity_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_jerk_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_keyboard();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_language();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_level_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_machine_para();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_machine_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_manualLevel();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_max_feedrate_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
extern void lv_draw_media_select();

View File

@ -22,12 +22,12 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_more();
void lv_clear_more();
#ifdef __cplusplus
} /* C-declarations for C++ */
}
#endif

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_motor_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_move_motor();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_number_key();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_operation();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_pause_message(const PauseMessage msg);

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_pause_position();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_preHeat();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
typedef struct {

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
enum {

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_ready_print();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_set();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_step_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_tmc_current_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_tmc_step_mode_settings();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_tool();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_touch_calibration_screen();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_tramming_pos_settings();

View File

@ -178,7 +178,7 @@
#endif // ifdef TFT35
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
extern char public_buf_m[100];

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
void lv_draw_wifi_list();

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#define WIFI_AP_TEXT "AP"

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif

View File

@ -39,7 +39,7 @@
#include "../../../inc/MarlinConfig.h"
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#define WIFI_IO1_SET() WRITE(WIFI_IO1_PIN, HIGH);

View File

@ -131,7 +131,7 @@
#define OTHERS_COMMAND_ADDR_4 OTHERS_COMMAND_ADDR_3 + 100
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
union union32 {

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#define MIN_FILE_PRINTED 100 //5000

View File

@ -27,7 +27,7 @@
*/
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#include <lvgl.h>

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#include "../../../inc/MarlinConfigPre.h"

View File

@ -22,7 +22,7 @@
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
extern "C" {
#endif
#define ESP_FIRMWARE_FILE "MksWifi.bin"