* 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.
6 lines
224 B
C
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}"
|