iklobato
iklobato
Im using the imports in the format: ``` #define kbd_pt_pt #include ``` But after commenting the lines in **digi_pt_pt.h** file this way: ``` const unsigned char ascii_to_scan_code_table[] PROGMEM = {...
`Are you editing the right file? Are there any changes after commenting out the lines?` Yes, at first my result was similar to gloglas: `hgo]jk`]dd` as a string for "Powershell"...
 I tried remove 8, 10, 17, n lines with `0x00` or not When I remove the first 17 or 'n' lines, i got a completely wrong...
@Roboromeo1 how can I make this change?
Even after the change, I keep getting this dependency error  And when running `$ flutter run` I got the same erros  I...
I changed the import from `from urlparse import urlsplit` to `import urllib.parse as u_split` If I dont change, an error No module named urlparse appears The problem I have is:...
> Hi @iklobato - thanks for contributing! Ideally though, especially for feature addititions, I prefer to discuss the planned design upfront. So the preferred workflow would be; report feature request,...