You've already forked ATOM-and-Module-Display-FPGA-Source
mirror of
https://github.com/m5stack/ATOM-and-Module-Display-FPGA-Source.git
synced 2026-05-20 10:59:51 -07:00
ATOM Display Latency Checker Firmware
Overview
This firmware is to measure internal latency of display.
Requirements
platformioShell command- RLE compressed FPGA bitstream
- You can generate it by running
makewithin a GOWIN EDA project directory. (eda/atomdisplay)
- You can generate it by running
- GOWIN EDA 1.9.8 or above (if you want to re-generate bitstream.)
- Seeed Grove Light Sensor
- Connect it to the Grove-compatible port of the M5ATOM.
How to run the latency checker firmware.
- Connect ATOM Display to the host PC and HDMI display.
- Check the device name of the ATOM Display. (e.g.
/dev/ttyACM0) - Modify
upload_portandmonitor_portlinese in theplatformio.inito the device name of ATOM Display. - run
makeat thetestdirectory.
