Li Ruofan 201199450

Dependencies:   mbed Gamepad Joystick

Revision:
8:b4a2954dd74f
Parent:
0:44c1a60f8732
--- a/N5110/N5110.h	Fri May 15 22:23:22 2020 +0000
+++ b/N5110/N5110.h	Sat May 16 17:26:10 2020 +0000
@@ -239,7 +239,9 @@
     *   Sets the display up in horizontal addressing mode and with normal video mode.
     */
     void init();
-
+    void setPixel(unsigned int const x,
+                     unsigned int const y,
+                     bool const  state);
     /** Turn off
     *
     *   Powers down the display and turns of the backlight.