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

Is there an eve.h file for the earlier eve devices - i.e. not eve3 #13

Closed cybersteve2018 closed 2 years ago

brtchip-tuannguyen commented 2 years ago

@cybersteve2018 We don't have any file with name "eve.h", can you explain what you expect in the "eve.h"?

cybersteve2018 commented 2 years ago

I am referring to the file https://github.com/BRTSG-FOSS/pico-brteve/blob/main/c/basic/eve.h - this is the header file for Bridgetek display development on RP Pico. It has the memory allocations for the later eve2 and eve3 products,but not the original eve devices. I need to connect one of the original eve displays to RP pico.

brtchip-tuannguyen commented 2 years ago

@cybersteve2018 You can see definitions for any EVE in this header file: https://github.com/BRTSG-FOSS/EveApps/blob/master/common/eve_hal/EVE_GpuDefs.h

cybersteve2018 commented 2 years ago

Thanks. That should help.