</div>
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
Q: Why OLED is not display?
</div>
<div class="mw-collapsible-content">
A: Please follow the steps below to check
1. Please confirm that your OS is right:
Due to downloading the wrong firmware, the OLED cannot be displayed. We ALSO made such mistakes during testing
[[File:Pi4-V3-HAT.png|800px]]
2. Please check if the order of OLED screen pins is correct, please email to support@geekworm.com if it's a wrong pin order;
[[File:OLED-IMG-4373-1.jpg|800px]]
The run the following command to check the I2C address
sudo i2cdetect -y 1
<pre>
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
</pre>
3c is a hexadecimal number, it is the I2C address of OLED, if you can’t find this value, please shut down and reconnect shield and OLED, then run this command again, If you still can't find the OLED's I2C address, the OLED screen may be damaged.
4. Then run the following command to enable OLED display:
rw
systemctl enable --now kvmd-oled
ro
</div>
</div>
<!--Add review function! -->
<comments />