Graphics Settings
Harry1
Posts: 29
Hello,
I am currently working on a lcd:·http://www.parallax.com/detail.asp?product_id=603-32000
and i am also using the Graphics class and so i am wondering what would be good values to put for the setup method
PUB setup(x_tiles, y_tiles, x_origin, y_origin, base_ptr) | bases_ptr, slices_ptr
'' Set bitmap parameters
''
''·· x_tiles······· - number of x tiles (tiles are 16x16 pixels each)
''·· y_tiles······· - number of y tiles
''·· x_origin······ - relative-x center pixel
''·· y_origin······ - relative-y center pixel
''·· base_ptr······ - base address of bitmap
I am currently working on a lcd:·http://www.parallax.com/detail.asp?product_id=603-32000
and i am also using the Graphics class and so i am wondering what would be good values to put for the setup method
PUB setup(x_tiles, y_tiles, x_origin, y_origin, base_ptr) | bases_ptr, slices_ptr
'' Set bitmap parameters
''
''·· x_tiles······· - number of x tiles (tiles are 16x16 pixels each)
''·· y_tiles······· - number of y tiles
''·· x_origin······ - relative-x center pixel
''·· y_origin······ - relative-y center pixel
''·· base_ptr······ - base address of bitmap
Comments
Are you looked in the Graphics_Demo.spin in the library furnished with the Propeller tool ?
dro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
in medio virtus
Andre'
·