User Activity

to draw the unicode 'q' character for example we can use this instructions:void CustomContainer::draw(const Rect& invalidatedArea) const{ Font* font = FontManager::getFont(Typography::DEFAULT); if (font != 0){ // Setup visuals for h-center of...
i see somewere that the way to erase the flash is to do this instructions.FLASH_EraseInitTypeDef EraseInitStruct;EraseInitStruct.TypeErase = FLASH_TYPEERASE_SECTORS; EraseInitStruct.VoltageRange = FLASH_VOLTAGE_RANGE_3;EraseInitStruct.Banks = FLASH_B...