We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a2032 commit f4d2e1dCopy full SHA for f4d2e1d
src/ili9341-element.ts
@@ -108,7 +108,7 @@ export class ILI9341Element extends LitElement {
108
<text font-family="monospace" font-size="3.5px" fill="#fff">
109
<tspan x="8.2" y="76.9">1</tspan>
110
<tspan x="35.6" y="76.9">9</tspan>
111
- <tspan x="14.2" y="4.3" font-size="4.6px">ILI9431</tspan>
+ <tspan x="14.2" y="4.3" font-size="4.6px">ILI9341</tspan>
112
</text>
113
</svg>
114
<canvas width="${screenWidth}" height="${screenHeight}" class="pixelated"></canvas>
0 commit comments