mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Format
Some checks failed
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Some checks failed
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
This commit is contained in:
@@ -33,7 +33,7 @@ uint32_t OLED::displayChecksum;
|
|||||||
* Data packets are prefixed with 0x40
|
* Data packets are prefixed with 0x40
|
||||||
*/
|
*/
|
||||||
I2C_CLASS::I2C_REG OLED_Setup_Array[] = {
|
I2C_CLASS::I2C_REG OLED_Setup_Array[] = {
|
||||||
/**/
|
/**/
|
||||||
{0x80, OLED_OFF, 0}, /* Display off */
|
{0x80, OLED_OFF, 0}, /* Display off */
|
||||||
{0x80, OLED_DIVIDER, 0}, /* Set display clock divide ratio / osc freq */
|
{0x80, OLED_DIVIDER, 0}, /* Set display clock divide ratio / osc freq */
|
||||||
{0x80, 0x52, 0}, /* Divide ratios */
|
{0x80, 0x52, 0}, /* Divide ratios */
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ typedef struct {
|
|||||||
} SettingConstants;
|
} SettingConstants;
|
||||||
|
|
||||||
static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
|
static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
|
||||||
//{ min, max, increment, default}
|
//{ min, max, increment, default}
|
||||||
{ MIN_TEMP_C, MAX_TEMP_F, 5, SOLDERING_TEMP}, // SolderingTemp
|
{ MIN_TEMP_C, MAX_TEMP_F, 5, SOLDERING_TEMP}, // SolderingTemp
|
||||||
{ MIN_TEMP_C, MAX_TEMP_F, 5, 150}, // SleepTemp
|
{ MIN_TEMP_C, MAX_TEMP_F, 5, 150}, // SleepTemp
|
||||||
{ 0, 15, 1, SLEEP_TIME}, // SleepTime
|
{ 0, 15, 1, SLEEP_TIME}, // SleepTime
|
||||||
|
|||||||
@@ -446,11 +446,11 @@ const menuitem advancedMenu[] = {
|
|||||||
|
|
||||||
/* clang-format on */
|
/* clang-format on */
|
||||||
|
|
||||||
const menuitem *subSettingsMenus[]{
|
const menuitem *subSettingsMenus[] {
|
||||||
#if defined(POW_DC) || defined(POW_QC) || defined(POW_PD)
|
#if defined(POW_DC) || defined(POW_QC) || defined(POW_PD)
|
||||||
powerMenu,
|
powerMenu,
|
||||||
#endif
|
#endif
|
||||||
solderingMenu, PowerSavingMenu, UIMenu, advancedMenu,
|
solderingMenu, PowerSavingMenu, UIMenu, advancedMenu,
|
||||||
};
|
};
|
||||||
/* ^^^ !!!ENABLE CLANG-FORMAT back!!! ^^^ */
|
/* ^^^ !!!ENABLE CLANG-FORMAT back!!! ^^^ */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user