Skip to content

Commit

Permalink
Merge pull request #2833 from entrylabs/issue/7700_2
Browse files Browse the repository at this point in the history
Issue/7700 2
  • Loading branch information
Tnks2U authored Sep 25, 2024
2 parents 6750a2d + 2ccc62f commit 22fdde7
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 22fdde7

Please sign in to comment.