Paulo Mateus

Results 39 comments of Paulo Mateus

Hi @streamer45, it also occurs with me: First, I need to explain another bug: 1. Open the mattermost in a channel. 2. Press the reply \ ![image](https://user-images.githubusercontent.com/5341804/119187044-2a4ffd00-ba4f-11eb-8071-16f82de2337c.png) 3. The thread...

Hi, @streamer45 When I reply the steps but using `/voice`, it works like a charm.

Lcd library uses WiringPi Lcd Library (http://wiringpi.com/dev-lib/lcd-library/). I dont know if are possible changes at points level

Yes, it's possible https://github.com/noxo/SnakePI4J https://github.com/noxo/SnakePI4J/blob/master/src/org/noxo/devices/driver/JPCD8544.java

"LOL - you got me with 'awt' part of your post!" I'm sorry! But... "THE EMBEDDED WINDOW TOOLKIT Porting Java’s AWT to an Embedded System" http://alumni.soe.ucsc.edu/~wholt/thesis.pdf

I do not know, but I think Pi4j do not support Displays graphics João Sombra has [ported](https://github.com/CleversonSA/JPCD8544) a python port of a [C implementation of PCD8544](https://github.com/binerry/RaspberryPi/tree/master/libraries/c/PCD8544) (of a arduino implementation...)...

Exists a cool c++ lib with PCD8544 support: [Rpi-hw](https://github.com/Wicker25/Rpi-hw/) I'm putting some links in here for future reference - Code to port: https://github.com/Wicker25/Rpi-hw/blob/master/src/display/pcd8544.cpp - Display in Raspberry 2 support: Wicker25/Rpi-hw#15...

@natdan, I added [a support for Java Graphics](https://github.com/SrMouraSilva/JavaPedalMIDI/blob/master/Display/src/com/pi4j/component/display/drawer/DisplayGraphics.java) for [display](https://github.com/SrMouraSilva/JavaPedalMIDI/blob/master/Display/src/com/pi4j/component/display/Display.java) If AWT uses Graphics2D, maybe it's possible portable it for display I added a [initial support for PCD8544](https://github.com/SrMouraSilva/JavaPedalMIDI/blob/master/Display/src/com/pi4j/component/display/impl/PCD8544DisplayComponent.java) (Nokia 5110)...

@natdan , it's my clain :smile: A rapid test https://www.youtube.com/watch?v=olnMZMNEJqk I will implement the Graphics2D and forked the... What's the branch? (I'm sorry by my bad english :no_mouth:)

@natdan I'm preparing the code for fork and pull request :smiley: https://github.com/SrMouraSilva/JavaPedalMIDI/commit/21b58e22ec0a3a698643c6376711f37ae017fc07