I have an android application in which I need to download text from a website, convert it into bitmap format and display it on an LED-based display board.
I am strugglin
I think you draw outside the image. Try setting y to 16.
16
c.drawText("0", 0, 16, paint);
Note that when drawing text the coordinate origin is the lower left coordinate corner.