Fix markdown image file paths

This commit is contained in:
(Tim) Efthimis Kritikos 2025-10-26 00:46:38 +01:00
parent 2af1f65a19
commit bec5bbacdb

View File

@ -2,14 +2,14 @@ The OrangeCrab r0.2.1 has been configured with an I2C bus controller and LiteDRA
This is a block diagram of the system:
<img width="700" style=" margin: 10px 0px 10px 10px;" alt="9086 logo" src="readme_files/readme_files/overview_diagram.svg">
<img width="700" style=" margin: 10px 0px 10px 10px;" alt="overview diagram" src="readme_files/overview_diagram.svg">
and inside the FPGA:
<img width="700" style=" margin: 10px 0px 10px 10px;" alt="9086 logo" src="readme_files/system_diagram.svg">
<img width="700" style=" margin: 10px 0px 10px 10px;" alt="system diagram" src="readme_files/system_diagram.svg">
and this is the hardware setup during development:
<img width="700" style=" margin: 10px 0px 10px 10px;" alt="9086 logo" src="readme_files/readme_files/readme_files/picture.png">
<img width="700" style=" margin: 10px 0px 10px 10px;" alt="Hardware picture" src="readme_files/picture.png">
You can find some configuration options in the [./config.mk](./config.mk)