Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for add component u8g2 (IEC-263) #474

Closed
shishirong opened this issue Feb 8, 2025 · 2 comments
Closed

Request for add component u8g2 (IEC-263) #474

shishirong opened this issue Feb 8, 2025 · 2 comments
Labels
Status: Opened Type: Feature Request Feature request for a component

Comments

@shishirong
Copy link

Is your feature request related to a problem?

No response

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

No response

@shishirong shishirong added the Type: Feature Request Feature request for a component label Feb 8, 2025
@github-actions github-actions bot changed the title Request for add component u8g2 Request for add component u8g2 (IEC-263) Feb 8, 2025
@suda-morris
Copy link
Collaborator

suda-morris commented Feb 8, 2025

I think there's some porting in the community, e.g. https://github.com/mkfrey/u8g2-hal-esp-idf/tree/master

Also looks like the upstream repo already support esp-idf platform:

https://github.com/olikraus/u8g2/blob/812de51a6cb9999b99bde8c6a2422800a144b92c/CMakeLists.txt#L8

We may consider upstream a idf_component.yml to the upstream repo https://github.com/olikraus/u8g2

@shishirong
Copy link
Author

如果添加到idf-extra-components,就可以直接使用idf_component.yml 来添加依赖,会方便很多。
后来我发现,非idf-extra-components的也可以通过下面这种方式添加,也就无所谓了。

dependencies:
  idf:
    version: ">=5.3.2"
  u8g2:
    version: 'f0eb0ed7bfc0f1da99f2899d2312538ac9929ac7'
    git: 'https://github.com/olikraus/u8g2.git'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Type: Feature Request Feature request for a component
Projects
None yet
Development

No branches or pull requests

3 participants