diff options
Diffstat (limited to 'demos/modules/gdisp')
-rw-r--r-- | demos/modules/gdisp/multiple_displays/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/multiple_displays/main.c b/demos/modules/gdisp/multiple_displays/main.c index 443bee27..4e8a5a08 100644 --- a/demos/modules/gdisp/multiple_displays/main.c +++ b/demos/modules/gdisp/multiple_displays/main.c @@ -34,7 +34,7 @@ /* * This demo demonstrates two ways to talk to multiple displays. * - * Method 1 is the preferred way however Method 1 would be useful + * Method 1 is the preferred way however Method 2 would be useful * when quickly converting existing single display applications. * * Note you can combine the methods using method 2 for the first display |