I want to support two variants of a product in the same codebase, but select the appropriate screens at compile time to avoid redundant code in the binaries. I considered two separate .touchgfx files but that doesn't work because they write over top ...