Im only can display the 7segment by using "sortSegment (numbers);" and it only display at 4th 7segment. How can i select which 7segment i want to display, and how can i display Characters?
Please teach me how to display characters and how to select which 7segment to display. Im already include the .c and .h files and i cannot understand it because im new to stm32:loudly_crying_face: // this is .h file
#include "stm32l0xx_hal.h"
#includ...
this is the schematics of my Arduino Multifunction shield, and i just connect it to my stm32l053r8t6. Can someone teach me how to display my 7segment? Im already set the pin (PB5, PA8, PA9) to the gpio_output. Now i can only display numeric numbers,...