rtek1000
rtek1000
It also looks interesting: > The frustrating thing about these processes is that with traditional PI or PID control they overshoot setpoint. Not sometimes, but always: > This can be...
http://brettbeauregard.com/blog/2012/01/arduino-pid-autotune-library/
> lv_conf.h The documents have a search box, but I didn't find specifically about the _lv_conf.h_ file. > lv_conf_internal.h > > GENERATED FILE, DO NOT EDIT IT! > > Make...
> Is this one https://docs.lvgl.io/master/integration/framework/arduino.html Thanks, I'll test it as soon as possible.
Hi, I tried following the instructions in the document, but I didn't find the folder path. > Go to lvgl and copy lv_conf_template.h as lv_conf.h into the Arduino Libraries directory...
> Which is the folder that you haven't found? ---- > the instructions in the document: > "into the Arduino Libraries directory next to the lvgl library folder" > Then...
> It should look like this:  > > After that the demos shall work too. Thank you for your attention, in the case of the /library folder, as it...
> It's not ideal for sure, but I have no better idea. 🙁 In the Arduino build system we don't have too much flexibility. I don't really understand the reason...
Indeed, now that it is in use in this way, projects should break. It may be interesting to use #warning to guide the user to use the alternative path. I...
It is interesting to consult the Arduino forum to find out what the alternatives are, I know that there are several possible installation locations for Arduino IDE libraries. For example,...