Skip to content

Commit f4d2e1d

Browse files
committed
fix(ili9341): typo in text
ILI9431 → ILI9341
1 parent c6a2032 commit f4d2e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ili9341-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class ILI9341Element extends LitElement {
108108
<text font-family="monospace" font-size="3.5px" fill="#fff">
109109
<tspan x="8.2" y="76.9">1</tspan>
110110
<tspan x="35.6" y="76.9">9</tspan>
111-
<tspan x="14.2" y="4.3" font-size="4.6px">ILI9431</tspan>
111+
<tspan x="14.2" y="4.3" font-size="4.6px">ILI9341</tspan>
112112
</text>
113113
</svg>
114114
<canvas width="${screenWidth}" height="${screenHeight}" class="pixelated"></canvas>

0 commit comments

Comments
 (0)