This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define LGFX_USE_V1 // v1.0.0 | |
#define GT911_ADDR1 (uint8_t)0x5D | |
#define GT911_ADDR2 (uint8_t)0x14 | |
#include <LovyanGFX.hpp> | |
// ESP32 LovyanGFX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* The style: */ | |
#game:before { | |
display: block; | |
content: " "; | |
width: 100%; | |
padding-top: 56.25%; | |
} | |
#game { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
NOW="$(date +%Y%m%d%H%M%S)" | |
FILENAME="${NOW}" | |
echo "[INFO] Backup Started" | |
echo "[INFO] Filename : bckp_${FILENAME}.db" |