Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaka committed Nov 12, 2024
2 parents 135a5a3 + 6a5ef97 commit eb27566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/lang/ja.lang
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"Blank display after (s)": "ブランキングまでの時間(秒)",
"Turn display off after (s)": "消灯までの時間(秒)",
"Use Fahrenheit for temperature": "温度の華氏度表示",
"FPS counter": "(開発向け)レンダリング間隔の表示,
"FPS counter": "(開発向け)レンダリング間隔の表示",
"Weather effects": "天気予報により画面エフェクト",
"Keypress beep": "ボタン操作音",

Expand Down
2 changes: 1 addition & 1 deletion include/devices/big_clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <hal/gpio_hal.h>
#include <input/keypad.h>

#define HAS_OTAFVU
// #define HAS_OTAFVU
#define HAS_OUTPUT_MD_PLASMA
#define HAS_VARYING_BRIGHTNESS
#define HAS_DISPLAY_BLANKING
Expand Down
1 change: 1 addition & 0 deletions src/network/otafvu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const font_range_t pixel_bar_font_ranges[] = {
};

const font_definition_t one_pixel_bar_font = {
.valid = true,
.encoding = FONT_ENCODING_BESPOKE_ASCII,
.glyph_format = SPRFMT_HORIZONTAL,
.cursor_character = '|' - 1,
Expand Down

0 comments on commit eb27566

Please sign in to comment.