QR Code Generation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,092件の閲覧回数
grt951
Contributor II

Hello I am working with a MCF51JE256 and will need to generate QR codes...has anyone had experience with this...I have found some sample C projects but they are all for image files i.e. .png, .gif etc. and I am really looking to generate the QR code and store it in memory as a bitmap...

ラベル(1)
0 件の賞賛
1 解決策
783件の閲覧回数
bikenomad
Contributor III

Look at libqrencode , which is a C library for doing this.

Its representation of a generated QR Code is just this (from the header file):

Symbol data is represented as an array contains width*width uchars.

Each uchar represents a module (dot). If the less significant bit of the uchar is 1, the corresponding module is black.

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
783件の閲覧回数
Monica
Senior Contributor III

Hello Gary!

How is that matter going? Was that information helpful?

Please keep us posted! :smileywink:

Best regards,

Monica.

0 件の賞賛
784件の閲覧回数
bikenomad
Contributor III

Look at libqrencode , which is a C library for doing this.

Its representation of a generated QR Code is just this (from the header file):

Symbol data is represented as an array contains width*width uchars.

Each uchar represents a module (dot). If the less significant bit of the uchar is 1, the corresponding module is black.

0 件の賞賛