iklobato

Results 6 comments of 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"...

![Screenshot from 2020-04-14 21-09-21](https://user-images.githubusercontent.com/18133417/79285591-61d79780-7e94-11ea-9dd7-c5fc1793d9e1.png) 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 ![Screenshot from 2020-06-28 13-15-40](https://user-images.githubusercontent.com/18133417/85952707-96aaa500-b941-11ea-93ee-4bdea8bd1d8c.png) And when running `$ flutter run` I got the same erros ![Screenshot from 2020-06-28 13-16-00](https://user-images.githubusercontent.com/18133417/85952722-ae822900-b941-11ea-8bb7-6ba6dcac5a24.png) 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:...