From 9b1b9128612caf2b1705afe44c0598dab59845e0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 24 Feb 2018 13:12:23 -0600 Subject: [PATCH] Add a changes in places missed in the last commit. --- examples/ft80x/ft80x_coprocessor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/ft80x/ft80x_coprocessor.c b/examples/ft80x/ft80x_coprocessor.c index 0986c43a1..c0b4331b0 100644 --- a/examples/ft80x/ft80x_coprocessor.c +++ b/examples/ft80x/ft80x_coprocessor.c @@ -565,6 +565,7 @@ int ft80x_coproc_clock(int fd, FAR struct ft80x_dlbuffer_s *buffer) struct ft80x_cmd32_s colorrgb; struct ft80x_cmd_clock_s clock; } d; +#ifndef CONFIG_EXAMPLES_FT80X_EXCLUDE_BITMAPS struct { struct ft80x_cmd32_s linewidth; @@ -601,6 +602,7 @@ int ft80x_coproc_clock(int fd, FAR struct ft80x_dlbuffer_s *buffer) struct ft80x_cmd32_s colorrgb; struct ft80x_cmd_clock_s clock; } f; +#endif } cmds; xdist = FT80X_DISPLAY_WIDTH / 5; @@ -988,6 +990,7 @@ int ft80x_coproc_gauge(int fd, FAR struct ft80x_dlbuffer_s *buffer) struct ft80x_cmd32_s colorrgb2; struct ft80x_cmd_gauge_s gauge2; } e; +#ifndef CONFIG_EXAMPLES_FT80X_EXCLUDE_BITMAPS struct { struct ft80x_cmd32_s pointsize1; @@ -1023,6 +1026,7 @@ int ft80x_coproc_gauge(int fd, FAR struct ft80x_dlbuffer_s *buffer) struct ft80x_cmd32_s colorrgb; struct ft80x_cmd_gauge_s gauge; } g; +#endif } cmds; xdist = FT80X_DISPLAY_WIDTH / 5;