2024-02-14 07:43:31 +00:00
# RetroDECK Boot Splash / Logo
< img src = "../../../wiki_images/logos/rd-esde-logo.svg" width = "300" >
## Main splash location
The main retrodeck splash is located in:
2024-02-14 14:05:32 +00:00
[res/splash.svg ](https://github.com/XargonWan/RetroDECK/blob/main/res/splash.svg )
2024-02-14 07:43:31 +00:00
2024-02-14 07:46:57 +00:00
This is used at all times unless it is being overridden by the Easter Egg function.
2024-02-14 07:43:31 +00:00
## Easter Egg function
2024-12-04 10:01:48 +00:00
The function is part of the [config/retrodeck/reference_lists/features.json ](https://github.com/RetroDECK/RetroDECK/blob/cooker/config/retrodeck/reference_lists/features.json ) json.
2024-02-14 07:43:31 +00:00
2024-12-04 10:01:48 +00:00
The `splash_screens"` looks in the reference .svg files under: [res/extra_splashes/ ](https://github.com/XargonWan/RetroDECK/blob/main/res/extra_splashes/ ) and overrides the bootlogo with one of the .svg files from the referense list.
2024-02-14 10:16:25 +00:00
```
2024-12-04 10:01:48 +00:00
name_of_holiday": {
"new_year": {
"start_date": "MMDD",
"end_date": "MMDD",
"start_time": "MMDD",
"end_time": "MMDD",
"filename": "placeholder.svg"
2024-02-14 07:43:31 +00:00
2024-12-04 10:01:48 +00:00
```
2024-02-14 07:43:31 +00:00
2024-12-04 10:01:48 +00:00
**Example:**
2024-02-14 07:43:31 +00:00
2024-12-04 10:01:48 +00:00
```
"splash_screens": {
"new_year": {
"start_date": "1231",
"end_date": "0106",
"start_time": "0000",
"end_time": "2359",
"filename": "newyear.svg"
},
"chinese_new_year": {
"start_date": "0209",
"end_date": "0212",
"start_time": "0000",
"end_time": "2359",
"filename": "rd-lunar-snake-splash.svg"
},
```
2024-02-14 07:43:31 +00:00
2024-12-04 10:01:48 +00:00
Here we show both the New Year and Lunar New Year