Skip to content

Commit e427a51

Browse files
committed
Logo (Builtin): add small Steam Deck
Fix #1232
1 parent 1ab86a8 commit e427a51

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/logo/ascii/steamdeck_small.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$2__
2+
\
3+
$1## $2\
4+
$1## $2/
5+
__/

src/logo/builtin.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4158,6 +4158,17 @@ static const FFlogo S[] = {
41584158
.colorKeys = FF_COLOR_FG_BLUE,
41594159
.colorTitle = FF_COLOR_FG_BLUE,
41604160
},
4161+
// Steam Deck Small
4162+
{
4163+
.names = {"SteamDeck_small"},
4164+
.lines = FASTFETCH_DATATEXT_LOGO_STEAMDECK_SMALL,
4165+
.colors = {
4166+
FF_COLOR_FG_BLUE,
4167+
FF_COLOR_FG_WHITE
4168+
},
4169+
.colorKeys = FF_COLOR_FG_BLUE,
4170+
.colorTitle = FF_COLOR_FG_BLUE,
4171+
},
41614172
// Steam Deck OLED
41624173
{
41634174
.names = {"SteamDeckOled"},

0 commit comments

Comments
 (0)