Uxe GPIO port defs in variables? Posted by Brother Theo on 2023-02-08 17:22 Hi, I'vwe got some code that assigns a GPIO port using a #define: define SSD1306_CS_Port LCD_CS1_GPIO_Port where LCD_CS1_GPIO_Port is set to GPIOF I want to make SSD1306_CS_Port a variable so I can change the port number, How do I do that? Thanks! --TimR