User Activity

Hello,what do I have to change in the code so that I see something on the oled display 0x78?Maybe someone has a tip for meThanks ...#define ssd1306_I2C_Port hi2c2#define ssd1306_I2C_ADDR 0x78...#define ssd1306_WIDTH 128#define ssd1306_HEIGHT 64...I2...
Test\Test.axf: error: L6050U: The code size of this image (34476 bytes) exceeds the maximum allowed for this version of the linker. How can I reduce the code size? Where can I download other ARM compilers? I use V6.21 and use Keil (Non-commercial use...
Hello,can someone help me with a sample code for STM32F12G-Disco?I am controlling the SSD1306 via I2C, so an oled display 0x78.I just want to output a text on the dsiplay. This is a code excerpt. Most of it was done by code generation:#define ssd1306...