struct BitMap bitmap; struct RastPort rastPort; colors[0] = 0x0200; colors[1] = 0x0f00; colors[2] = 0x0f0f; colors[3] = 0x000f; bitmap.BytesPerRow = 40; bitmap.Rows = 256; bitmap.Depth = 1; bitmap.Planes[0] = bitplaneStart; InitRastPort(&rastPort); rastPort.BitMap = &bitmap; Move(&rastPort, 32, 32); Text(&rastPort, "Wow", 3);