Suggest a method to increase the pen size while drawing a dotted line. The following code is not allowing this
GUI_SetPenSize(3);
GUI_SetLineStyle(GUI_LS_DOT);
GUI_DrawLine(141, 115,195, 115);
GUI_SetPenSize(3);
GUI_SetLineStyle(GUI_LS_DOT);
GUI_DrawLine(141, 115,195, 115);