Bridgetek / pico-brteve

Example code and utility to make Raspberry Pi/Raspberry Pi Pico work with Eve GPU from BridgeTek. https://brtchip.com/eve/
MIT License
8 stars 5 forks source link

Add cmd_nop #7

Closed BRTSG-FOSS closed 2 years ago

brtchip-tuannguyen commented 2 years ago

There is a similar function Nop() defined in _EVE class, do you still want to have cmd_nop()?

Nop is a DL command and it's already defined in _EVE class:

def Nop(self):
    self.c4((45 << 24))

We can use it via eve.Nop()