User Activity

So I am trying to send an ADC value that I receiving on the board over I2C to another device. I have adc_Value as a 32 bit one since the ADC read function on HAL is 32 bits. I want to send this over i2c. Currently I have this.  HAL_ADC_Start(&hadc1);...
I am creating a test_lcd project and I want to use the bsp lcd functions/whatever functions. How do i do that?
What do i need to do to interface with the display to print a hello world program or to have a shape/ clock appear on the screen. How would i get audio working. I have used arduino/ raspi / and tm4c from ti and I am a bit lost trying to use the stm32...