BLOX can be used to to display text and graphics on a couple different I2C and SPI based monochrome displays
I2C Based OLEDs (SSD1306/SH1106) are always a good choice. Easiest to wire, nice and bright, decent resolution and supports graphics
Initialize the display by configuring the type, size and address (for I2C) or pin assignment (for SPI or GPIO based displays)
BLOX toolbox includes a Draw Custom Image block
Click the DRAW button and use your mouse to draw your own custom icons and graphics. You can change the size of the canvas as well for larger icons
BLOX toolbox includes a Display Bitmap File block.
Click on UPLOAD IMAGE to upload your images and convert them
Click on Open Image to select the file, then play around with the settings sliders to get the desired effect
BLOX includes two special blocks to monitor analog sensor values in real time on a display. You can use the Guage or Oscilloscope to display a sensor's value onscreen. Very useful little tools for checking expected sensor values to build out If/While blocks for Analog sensors