All the previous but the PID

Dependencies:   mbed QEI PID DmTftLibraryEx

Revision:
33:f77aa3ecf87d
Parent:
32:1be3d79ff4db
Child:
34:0522cebfe489
--- a/Display/DisplayDriver.h	Fri Apr 08 05:27:20 2022 +0000
+++ b/Display/DisplayDriver.h	Mon Apr 11 06:01:01 2022 +0000
@@ -149,7 +149,8 @@
 void    LCM_SetPixel    (uint16_t ui_X, uint16_t ui_Y, uint16_t ui16_Color);
 void    LCM_DrawLine    (uint16_t ui_X0, uint16_t ui_Y0, uint16_t ui_X1, uint16_t ui_Y1, uint16_t ui16_Color);
 
-void    LCM_PlotVector  (uint16_t ui16_Background, uint16_t ui16_Foreground);
+void    LCM_PlotScope   (uint16_t ui16_Background, uint16_t ui16_Foreground);
+void    LCM_PlotSpeed   (uint16_t ui16_Background, uint16_t ui16_Foreground);
 
 #endif //TFT_DISPLAY_DRIVER_H