User Activity

i am trying to use LCD16X2 with nucleo32-l053r8 USING CUBEMX/KEIL5,CAN ANYONE HELP OR HAVE THE lcd library for it ?
i am trying to send my ADC values to my realterm terminal via UART, the HAL_UART AND hal_adc integer are not compatible, UART takes 8 bit and ADC 32 bit, can someone help ?both ADC code and UART code are working fine in separate program.