Skip to content

Commit

Permalink
fix import BareHDMIOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Denolf committed Aug 7, 2018
1 parent 8e93e64 commit 4678894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/README.md
Expand Up @@ -78,7 +78,7 @@ $ sudo -H pip3.6 install --upgrade git+https://github.com/Xilinx/PYNQ-ComputerVi
Then to load the overlay, you add the following to your python code:

```python
from pynq.overlays.bare_hdmi import BareHDMIOverlay
from pynq_computervision import BareHDMIOverlay
base = BareHDMIOverlay("/home/xilinx/proj/test/xv2MyFirstOverlay.bit")
```

Expand Down

0 comments on commit 4678894

Please sign in to comment.