Skip to content

Commit

Permalink
Fixing webflash
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed May 6, 2024
1 parent f60d888 commit a457e28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions GitHubPages/ESPWebTools/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"offset": 57344
},
{
"path": "esp32.esp32.esp32/F1-Notifications.ino.bin",
"path": "firmware.bin",
"offset": 65536
},
{
"path": "esp32.esp32.esp32/F1-Notifications.ino.bootloader.bin",
"path": "bootloader.bin",
"offset": 4096
},
{
"path": "esp32.esp32.esp32/F1-Notifications.ino.partitions.bin",
"path": "partitions.bin",
"offset": 32768
}
]
Expand Down
5 changes: 1 addition & 4 deletions GitHubPages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ <h1>F1 Notifications</h1>

<div id="main" style="display: none;">


<span>After flashing the project, please do stuff
<!--<a href="https://github.com/witnessmenow/Spotify-Diy-Thing#project-setup">project's Github page</a>-->
for setting it up
<span>After flashing the project, please follow the steps on the <a href="https://github.com/witnessmenow/F1-Arduino-Notifications?tab=readme-ov-file#project-setup">project's Github page</a> for setting it up

</span>

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,21 @@ The following libraries need to be installed for this project to work:
| [UniversalTelegramBot](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot) | Telegram bots for your ESP | Yes ("UniversalTelegramBot") |
| [FileFetcher](https://github.com/witnessmenow/file-fetcher-arduino) | For fetching files/images from the web | No, download from Github |

### Cheap Yellow Display Specific libraries
#### Cheap Yellow Display Specific libraries

| Library Name/Link | Purpose | Library manager |
| ---------------------------------------------- | ------------------------------- | ---------------- |
| [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) | For controlling the LCD Display | Yes ("tft_espi") |
| [PNGdec](https://github.com/bitbank2/PNGdec) | For decoding png images | Yes ("PNGdec") |

### Matrix Panel Specific libraries
#### Matrix Panel Specific libraries

| Library Name/Link | Purpose | Library manager |
| ------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------------ |
| [ESP32-HUB75-MatrixPanel-I2S-DMA](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA) | For controlling the LED Matrix | Yes ("ESP32 MATRIX DMA") |
| [Adafruit GFX library](https://github.com/adafruit/Adafruit-GFX-Library) | Dependancy of the Matrix library | Yes ("Adafruit GFX") |

### Cheap Yellow Display Display Config
#### Cheap Yellow Display Display Config

The CYD version of the project makes use of [TFT_eSPI library by Bodmer](https://github.com/Bodmer/TFT_eSPI).

Expand All @@ -160,7 +160,7 @@ TFT_eSPI is configured using a "User_Setup.h" file in the library folder, you wi
- CYD (CYD with single USB): https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/DisplayConfig/User_Setup.h
- CYD2USB (CYD with 2 USB): https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/DisplayConfig/CYD2USB/User_Setup.h

### Display Selection
#### Display Selection

At the top of the `F1-Notifications.ino` file, there is a section labeled "Display Type", follow the instructions there for how to enable the different displays.

Expand Down

0 comments on commit a457e28

Please sign in to comment.