windowSystem
a window Is created
local window=windowSystem.createWindow("About this Device",21,3,20,14,true,"Version:"..afData[1].."\n \n \n \n System:"..afData[2])
and the for k=0 block in drawWindow draws a white column at the specified position(windowp.x+1, windowp.y+k), I would like to have the entire inside of a window(from windowp.x to windowp.W-2) to be with a white bg, how can I achieve that?












