Hi Jason, you mean i should uncomment with the « //« ? I am a bit confused since usually it’s the « # » which is used to uncomment (or comment)…
// Enable this next line to set all flags properly for a 640x480 // touch-screen: Makes the main window smaller due to the reduced // font sizes, makes all dialogs come up at the upper-left of the // main Xastir screen, reverses buttons 1 and 3 so that the more // important mouse menus are accessible via the touch-screen, and // sets it for 2 status lines. Make sure to change the system font // size smaller than the default. // //#define LCD640x480TOUCH // #ifdef LCD640x480TOUCH #define FIXED_DIALOG_STARTUP #define SWAP_MOUSE_BUTTONS #define USE_TWO_STATUS_LINES #endif 73 de Cyril - DF1CHB - F1MHV > Le 22 avr. 2021 à 14:12, Jason KG4WSV <[email protected]> a écrit : > > Those aren’t comments, they are C preprocessor directives. > > Somewhere before the #ifdef line, add the line > > #define LCD640x480TOUCH > > The # must be the first character on that line. > > > -Jason > _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
