Able to compile a sample standalone project on mac#17
Draft
delhoume wants to merge 1 commit intobitbank2:mainfrom
Draft
Able to compile a sample standalone project on mac#17delhoume wants to merge 1 commit intobitbank2:mainfrom
delhoume wants to merge 1 commit intobitbank2:mainfrom
Conversation
without having any mcu or display. makes debugging easy on a desktop defines a headless config similar to arduino.inl
Owner
|
The latest developments are in the /dev branch of this repo. It has many fixes/improvements over what you're using. |
Author
|
Ok I'll have a look, and will most likely trash this PR 😚
Le dim. 17 août 2025, 23:41, Larry Bank ***@***.***> a écrit :
… *bitbank2* left a comment (bitbank2/FastEPD#17)
<#17 (comment)>
The latest developments are in the /dev branch of this repo. It has many
fixes/improvements over what you're using.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANOQ5YXYTDSWFVSCEVZDDD3ODZILAVCNFSM6AAAAACEC3Z2C6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCOJUGY3TAMJSGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
without having any mcu or display.
makes debugging easy on a desktop
defines a headless config similar to arduino.inl
Yo might be interested in the few
#ifdef ESP_PLATFORM
in FastEPD.inl
and the definitions iin headless.<h,cpp> that allow to not depend on espidf or arduino.
The sample is adapted from the same one in Arduino and complies with
clang -g antialias_font.cpp ../../../src/FastEPD.cpp ../../../src/Group5.cpp ../../../src/headless.cpp -I ../../../src -D HEADLESS -o antialias_font
it generates a PGM ! from the frame buffer.
this PR is marked as WIP, I am not sure you will be interested in the principle of using the library on the desktop.
If you like the idea, you certainly will trash this PR and start clean...
I have a number of issues, but §i am not sure some of them are linked to my code and my limited knowledge of FastEPD internals.
As it is now, FastEPD is a very good, versatile and feature packed library, with a clean design.