Is there any way to add option for more lines and columns?
Please notice that in the latest version of LCD Smartie (5.6) the driver dll was updated in order to be supported so if a new driver is needed then it should be follow the new architecture (64bit) in order to be supported. Our dev team may provide additional info on this.
Below a screeshot from my tests:
Screenshot_20240121-193137_LcmEmulator.jpg
You do not have the required permissions to view the files attached to this post.
Is there any way to add option for more lines and columns?
Please notice that in the latest version of LCD Smartie (5.6) the driver dll was updated in order to be supported so if a new driver is needed then it should be follow the new architecture (64bit) in order to be supported. Our dev team may provide additional info on this.
Below a screeshot from my tests:
Screenshot_20240121-193137_LcmEmulator.jpg
Love it. I actually wrote one myself but it lacks the auto size. Mine does support buttons though. If you like and don't mind, I can add button support and make a pull request on github
Love it. I actually wrote one myself but it lacks the auto size. Mine does support buttons though. If you like and don't mind, I can add button support and make a pull request on github
It's not that easy to button support because I do not implement the communication code ( APP and DLL ) of path hardware->pc. But I think it should be implemented later.
Furthermore I think using touch gesture to implement button is better due to the nature of Android smartphone. For example, double fingers swipe for page switch and single finger swipe for single line scroll.
It's not that easy to button support because I do not implement the communication code ( APP and DLL ) of path hardware->pc. But I think it should be implemented later.
I've done the driver DLL modification to pass key presses. I'll get around to a diff as I had to do other changes locally to get it work with 64 bits
Furthermore I think using touch gesture to implement button is better due to the nature of Android smartphone. For example, double fingers swipe for page switch and single finger swipe for single line scroll.
I have added buttons but I'm liking the swipe idea. Let me go back and then you can see what you think
Tried this yesterday! Amazing thing, and somewhat funny, in a good way - one of those cases when we use much more capable hardware to act like something old, sentimental, nostalgic - and definitely Cool!
Thank You for working on this, and thanks for sharing!