File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : " uFBT Build"
2
2
on :
3
3
workflow_dispatch :
4
- # push:
5
- # branches:
6
- # - main
7
- # - develop
8
- # pull_request:
4
+ push :
5
+ branches :
6
+ - main
7
+ - develop
8
+ pull_request :
9
9
# schedule:
10
10
# do a build every day
11
11
# - cron: "1 1 * * *"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sourcecode:
2
2
type : git
3
3
location :
4
4
origin : https://github.com/xtruan/flipper-chess.git
5
- commit_sha : 4678ec9a6db516e09a9c18929dca2a5f1acca32a
5
+ commit_sha : 936a32f359f121459a6aa4b124a274062b43b26c
6
6
description : " How about a nice game of chess?"
7
7
changelog : " v1.10 - Update to support new FW"
8
8
author : " @xtruan"
Original file line number Diff line number Diff line change 2
2
3
3
/*
4
4
Fontname: -FreeType-LucasArts SCUMM Subtitle Roman Outline-Medium-R-Normal--32-320-72-72-P-107-ISO10646-1
5
- Copyright: Copyright Goatmeal 2013 LucasArts SCUMM - Subtitle - Roman
5
+ Copyright: Copyright Goatmeal 2013 - LucasArts SCUMM - Subtitle - Roman
6
6
Glyphs: 74/95
7
7
BBX Build Mode: 0
8
8
*/
9
- const uint8_t _u8g2_font_lucasarts_scumm_subtitle_o_tr [1941 ] U8G2_FONT_SECTION (
10
- "_u8g2_font_lucasarts_scumm_subtitle_o_tr" ) =
9
+ const uint8_t _u8g2_font_lucasarts_scumm_subtitle_o_tr [1941 ] =
11
10
"J\0\3\2\5\4\1\4\6\22\21\0\373\14\374\14\374\1\265\4\345\7x \5\0b\11!\21\246\237"
12
11
"\231!\221F\307I\211\232\206\250\323\220\0\42\11\250>\212'\237\206\3'\11\244>\211A\62\15\2,"
13
12
"\16\346\222\231A\311\222,\221N\312\20\1-\11in\212\207\34x\10.\11\204\36\211A\222\6\1/"
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include <u8g2 .h>
3
+ #include <stdint .h>
4
4
5
- extern const uint8_t _u8g2_font_lucasarts_scumm_subtitle_o_tr [] U8G2_FONT_SECTION (
6
- "_u8g2_font_lucasarts_scumm_subtitle_o_tr" );
5
+ extern const uint8_t _u8g2_font_lucasarts_scumm_subtitle_o_tr [];
Original file line number Diff line number Diff line change 6
6
#include "flipchess_icons.h"
7
7
#include "helpers/flipchess_fonts.h"
8
8
9
- #include <assets_icons.h>
9
+ // #include <assets_icons.h>
10
10
11
11
struct FlipChessStartscreen {
12
12
View * view ;
You can’t perform that action at this time.
0 commit comments