lv_fs_is_ready() function
Test if a drive is ready or not. If the `ready` function was not initialized `true` will be returned.
Syntax
bool lv_fs_is_ready(char letter); Arguments
letter
letter of the drive
Return value
true: drive is ready; false: drive is not ready