Set global users
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
create a new repository on the command line
echo "# apcombo" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/huntu2/apcombo.git
git push -u origin master
or push an existing repository from the command line
git remote add origin https://github.com/huntu2/apcombo.git
git push -u origin master
or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
Sunday, April 17, 2016
Tuesday, April 12, 2016
Saturday, February 13, 2016
Applying LCD Engine JX-V2959 V2.1
Recently I bought an Universal LCD Engine for my broken Dell monitor. The reason I bought it because it was cheap, the total price with shipping around 150.000 IDR from local online store.
The LCD engine type is JX-29-GS shown on the sticker, on the board it says JX-2959-GS V2.1. The first thing is to attach the LVDS cable connection. The LCD display type is MX150NX07.
For reference you can follow description from https://sites.google.com/site/lcd4hobby/home .
Re-arrange the LVDS cable according to LCD based on the pinout shown in datasheets.
For reference you can follow description from https://sites.google.com/site/lcd4hobby/home .
Re-arrange the LVDS cable according to LCD based on the pinout shown in datasheets.
Subscribe to:
Posts (Atom)