Dear All,
I would like to request comments and guidance regarding the implementation of a JLX12864G-542-PC on tinypilot (image tinypilot_2024_07_17.img.xz) running on PiZero.
The JLX12864G-542-PC is a large screen (73mmx40mm) based on ST7565R that can be driven with SPI. Large size helps for cockpit viewing and LCD helps keeping overall consumption low. The attached picture shows the back of the module ; the documentation (unfortunately in Chinese) is also attached.
After testing the setup with a Nokia5110, I switched to the JLX12864G-542-PC (modification of ./pypilot.hat.conf) but ran into the following issue:
- Blank splash screen
- The screen briefly appears for approximately one second at the end of boot process
- Blank IHM screen
Complementary observations:
- Connecting through ssh, the hat log gives:
- Shutting down hat service (sudo sv stop pypilot_hat), the screen appears (look like a zoom on some of the normal screen)
- Restarting the hat service (sudo sv start pypilot_hat), the screen becomes blank
For reference, here follows the hat log with a nokia5110:
I would be very grateful if someone could provide comments and/or guidance on how to tackle the problem.
Best regards,
Damien
I would like to request comments and guidance regarding the implementation of a JLX12864G-542-PC on tinypilot (image tinypilot_2024_07_17.img.xz) running on PiZero.
The JLX12864G-542-PC is a large screen (73mmx40mm) based on ST7565R that can be driven with SPI. Large size helps for cockpit viewing and LCD helps keeping overall consumption low. The attached picture shows the back of the module ; the documentation (unfortunately in Chinese) is also attached.
After testing the setup with a Nokia5110, I switched to the JLX12864G-542-PC (modification of ./pypilot.hat.conf) but ran into the following issue:
- Blank splash screen
- The screen briefly appears for approximately one second at the end of boot process
- Blank IHM screen
Complementary observations:
- Connecting through ssh, the hat log gives:
Code:
024-02-11_11:00:23.25097 hat start 17.602637
2024-02-11_11:00:23.25139 have gpio for raspberry pi
2024-02-11_11:00:23.25141 hat import done 22.51625
2024-02-11_11:00:23.25143 loading config file: /home/tc/.pypilot/hat.conf
2024-02-11_11:00:23.25144 write config .bak
2024-02-11_11:00:23.25146 host 192.168.14.1 22.551825
2024-02-11_11:00:23.25147 failed to load /proc/device-tree/hat/custom_0 : [Errno 2] No such file or directory: '/proc/device-tree/hat/custom_0'
2024-02-11_11:00:23.25149 FILE hat_1.2.hex
2024-02-11_11:00:23.25150 firmware up to date- Restarting the hat service (sudo sv start pypilot_hat), the screen becomes blank
For reference, here follows the hat log with a nokia5110:
Code:
2024-02-11_11:00:23.12619 hat start 17.583348
2024-02-11_11:00:23.12653 have gpio for raspberry pi
2024-02-11_11:00:23.12656 hat import done 22.417756
2024-02-11_11:00:23.12657 loading config file: /home/tc/.pypilot/hat.conf
2024-02-11_11:00:23.12659 write config .bak
2024-02-11_11:00:23.12660 host 192.168.14.1 22.466891
2024-02-11_11:00:23.12662 failed to load /proc/device-tree/hat/custom_0 : [Errno 2] No such file or directory: '/proc/device-tree/hat/custom_0'
2024-02-11_11:00:23.12664 FILE hat_1.2.hex
2024-02-11_11:00:23.12665 firmware up to dateI would be very grateful if someone could provide comments and/or guidance on how to tackle the problem.
Best regards,
Damien

