diff options
author | 2019-05-11 17:22:11 +0300 | |
---|---|---|
committer | 2019-05-11 17:22:11 +0300 | |
commit | d51604d94e66d400376091aa2a735a238bb74f20 (patch) | |
tree | 5dd27fc0e6b764fedb316d2a47f3e2a19c44b529 /meson_options.txt | |
parent | 98a8d1c8dea0f43fb1f3fe3079c1bfb8b50d2f81 (diff) | |
download | usurpation-d51604d94e66d400376091aa2a735a238bb74f20.tar.gz usurpation-d51604d94e66d400376091aa2a735a238bb74f20.tar.bz2 usurpation-d51604d94e66d400376091aa2a735a238bb74f20.zip |
device: fix screen code.
Make the screen code actually work... AND build, to begin with.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7cc6df4..3181893 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,6 @@ option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') -option('fwbuild', type : 'boolean', value : false, description : 'Enable building the firmware image for the wearable') +option('fwbuild', type : 'boolean', value : false, description : 'Enable building the firmware image for the wearable (requires oledlib)') option('fwflash', type : 'boolean', value : false, description : 'Automatically flash the firmware with freshly built fw image (requires fwbuild)') option('ssid', type : 'string', value : 'ssid', description : 'wireless ssid to compile into the firmware (no effect without fwbuild') option('password', type : 'string', value : 'password', description : 'wireless password to compile into the firmware (no effect without fwbuild') +option('oledlib', type : 'string', description : 'path containing the SSD1306Spi.h file (required if fwbuild is true') |