blob: aa4fcdbe36e600c4a4c69432e52a130bace94973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Thinkpad T430 screen upgrade</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Thinkpad T430 screen upgrade</h2>
<h3>2025-03-21</h3>
<h4>My T430's current screen is 1368x768, a bit crappy</h4>
<p>So I've decided to upgrade it.</p>
<p>I've purchased a B140HAN01.3 screen and an LCD controller board kit from Aliexpress</p>
<p>I'll update this article when it arrives</p>
<p><a href="https://www.aliexpress.com/item/32836668337.html">Controller board</a></p>
<p><a href="https://www.aliexpress.com/item/1005004341552184.html">1920x1080 IPS screen</a></p>
<h3>Oh poo.</h4>
<p>The parts arrived, but when I installed them only the backlight works. I tried another LCD controller kit
but there's no display. I hit a wall with the screen supplier who won't replace it. Lesson learned.</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|