Skip to content

Commit

Permalink
Merge pull request #2834 from entrylabs/develop
Browse files Browse the repository at this point in the history
Master 마이크로비트 타이틀 라벨 띄우기
  • Loading branch information
Tnks2U authored Sep 26, 2024
2 parents 64090a2 + 22fdde7 commit 630e56e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playground/blocks/hardware/block_microbit2.js
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ Entry.Microbit2 = new (class Microbit2 {
skeleton: 'basic_text',
color: EntryStatic.colorSet.common.TRANSPARENT,
fontColor: '#333333',
template: '%1',
params: [
{
type: 'Text',
Expand All @@ -991,6 +992,7 @@ Entry.Microbit2 = new (class Microbit2 {
skeleton: 'basic_text',
color: EntryStatic.colorSet.common.TRANSPARENT,
fontColor: '#333333',
template: '%1',
params: [
{
type: 'Text',
Expand Down
2 changes: 2 additions & 0 deletions src/playground/blocks/hardwareLite/block_microbit2_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ const EVENT_INTERVAL = 150;
skeleton: 'basic_text',
color: EntryStatic.colorSet.common.TRANSPARENT,
fontColor: '#333333',
template: '%1',
params: [
{
type: 'Text',
Expand Down Expand Up @@ -2281,6 +2282,7 @@ const EVENT_INTERVAL = 150;
skeleton: 'basic_text',
color: EntryStatic.colorSet.common.TRANSPARENT,
fontColor: '#333333',
template: '%1',
params: [
{
type: 'Text',
Expand Down
2 changes: 2 additions & 0 deletions src/playground/blocks/hardwareLite/block_microbit2ble_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ const convertPresetImageToLedState = (preset) => {
microbit2blelite_common_title: {
skeleton: 'basic_text',
color: EntryStatic.colorSet.common.TRANSPARENT,
template: '%1',
fontColor: '#333333',
params: [
{
Expand Down Expand Up @@ -2333,6 +2334,7 @@ const convertPresetImageToLedState = (preset) => {
skeleton: 'basic_text',
color: EntryStatic.colorSet.common.TRANSPARENT,
fontColor: '#333333',
template: '%1',
params: [
{
type: 'Text',
Expand Down

0 comments on commit 630e56e

Please sign in to comment.