intfrom=0;// for vertical line drawing in the LFP data
intto=0;
intifrom=canvas->lastScreenBufferIndex[chan]-3;// need to start drawing a bit before the actual redraw window for the interpolated line to join correctly
intifrom=canvas->lastScreenBufferIndex[chan]-1;// need to start drawing a bit before the actual redraw window for the interpolated line to join correctly
if(i>=display->lfpChannelBitmap.getWidth()){i=display->lfpChannelBitmap.getWidth()-1;};// this shouldnt happen, there must eb some bug above - to replicate, run at max refresh rate where draws overlap the right margin by a lot
if(i>=display->lfpChannelBitmap.getWidth()){i=display->lfpChannelBitmap.getWidth()-1;};// this shouldnt happen, there must be some bug above - to replicate, run at max refresh rate where draws overlap the right margin by a lot