Skip to content

Commit 84ddc91

Browse files
committed
fix(lcd1602): simplify story
1 parent 6c70bf5 commit 84ddc91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lcd1602-element.stories.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ storiesOf('LCD1602', module)
1616
.add(
1717
'White on blue',
1818
() => html`
19-
<wokwi-lcd1602 color="white" background="blue" .characters="${new Uint8Array(
20-
helloWorld
21-
)}"></wokwi-7segment>
19+
<wokwi-lcd1602 color="white" background="blue" .characters="${helloWorld}"></wokwi-7segment>
2220
`
2321
)
2422
.add(

0 commit comments

Comments
 (0)