Earlier quoted context omitted.
In my experience, often the libs provided by manufacturers are thin wrappers over physical interface setup and communication in the form of a single header and cpp file. Isnt it easier to just use them instead of generating differently phrased copies of them?
The vast majority of parts do not have libraries provided by a manufacturer. Instead, you get a datasheet (if you're using a well-known part) that contains a list of registers which you need to either write functions against or hope someone on GitHub has done the work for you. Some display modules do come with sample code that you can build (on a good day) to test things out, but these are almost always half-baked an…
Re: Coding agents have replaced every framework I used
#611ah I see, then it makes sense to use codegen off course, that's good to know - now no need to stay away from no-name parts :D