diff --git a/video.cpp b/video.cpp index c0886c3..b3698c3 100644 --- a/video.cpp +++ b/video.cpp @@ -1120,6 +1120,10 @@ static void hdmi_config() } i2c_close(fd); } + else + { + printf("*** ADV7513 not found on i2c bus! HDMI won't be available!\n"); + } } static int get_edid_vmode(vmode_custom_t *v)