Files
GP2040-CE/headers/version.h.in
Mike Parks c1f7a7e9fd New Display screen modes: Pin Viewer and Stats (#1113)
* Added "Pin Viewer" and "Stats" screen types to Display.
Moved special character definitions to global Display defines.
Included new "Build", "Config", and "Platform" conditionals.
Fixed issue where text rendering would wrap if line was too long. To-Do: add wrapping abilities to tiny_ssd1306.

* Displays pins in use, undefined, as well as defined mappings.

* Added changed variable used for version and added new build ID variable.
2024-08-26 22:13:02 -04:00

6 lines
224 B
C

#define GP2040VERSION "${GIT_REPO_VERSION}"
#define GP2040VERSIONID "${CMAKE_GIT_REPO_VERSION}"
#define GP2040BUILD "${GIT_REPO_BUILD_ID}"
#define GP2040CONFIG "${CMAKE_BUILD_TYPE}"
#define GP2040PLATFORM "${PICO_PLATFORM}"