Vlad A.

Results 14 comments of Vlad A.

Wow, that's a detailed review. Thank you. I'll go over all your points tomorrow. Meanwhile, I would like to point out couple of things in general. Yes, axis you don't...

OMG, no. This code is a good example how to trash your cache for good. Imagine how far and inconsistent the pitch will be in this case. There's even no...

Hey, sorry for late replly. I'm ok with the change. Dec 7, 2023 08:44:44 Shai Seger ***@***.***>: > > waiting for response of: > @riqueenz[https://github.com/riqueenz], @FreeCAD-Tools[https://github.com/FreeCAD-Tools], @luzpaz[https://github.com/luzpaz], @hasecilu[https://github.com/hasecilu], @berberic2[https://github.com/berberic2], @Roy-043[https://github.com/Roy-043],...

FYI, I do have a slightly "hacky" implementation of LCD on MKS DLC32. Screen and touch works. Once I'll have UI running I'll share it. However, please don't expect it...

@MitchBradley , MKS code is not optimal for size in any way. I hope I can fit it without going "big". Also, we don't need everything. Just having status screen...

Those are 1bit fonts, which are good for saving memory, but might be a bit of overkill, cause for 16bit screen you have to unpack it on the fly. Not...

Also, store of a binary data in a C file is a questionable approach.

Which is a questionable approach. I would prefer to keep binary data as binary data, build obj from it and link directly. Otherwise in theory you need a compile step...