Function DrawBuf.drawFrame

draws rectangle frame of specified color and widths (per side), and optinally fills inner area

void drawFrame(
  Rect rc,
  uint frameColor,
  Rect frameSideWidths,
  uint innerAreaColor = 4294967295u
);