Li Ruofan 201199450

Dependencies:   mbed Gamepad Joystick

Revision:
8:b4a2954dd74f
Parent:
3:cf9fead9c3f4
--- a/N5110/Bitmap.cpp	Fri May 15 22:23:22 2020 +0000
+++ b/N5110/Bitmap.cpp	Sat May 16 17:26:10 2020 +0000
@@ -90,7 +90,7 @@
             // Find the required value of the pixel at the given location within
             // the bitmap data and then write it to the LCD screen
             int pixel = get_pixel(bitmap_row, bitmap_col);
-            lcd.setPixel(screen_col, screen_row, pixel);
+            lcd.setPixel(screen_col, screen_row,pixel);
         }
     }
 }
\ No newline at end of file