In this note, we will cover remote monitoring of room temperature and humidity. Specifically, we will collect temperature and humidity data, output it to a data file, and then proceed to plot it on a ...
uint16_t s = lv_chart_get_x_start_point(chart, ser); lv_coord_t * a = lv_chart_get_y_array(chart, ser); a[(s + 1) % p] = LV_CHART_POINT_NONE; a[(s + 2) % p] = LV ...