Nook HD and letterbox scaling

Does B&N support letterbox scaling for Nook HD/HD+ devices? I thought I read before how some apps were rejected due to letterbox scaling set in config.lua.

I’m looking into Rob’s method here, which has letterbox setup for Nook…
http://www.coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/

Thanks!
Nate [import]uid: 131038 topic_id: 36117 reply_id: 336117[/import]

B&N has been rejecting apps that don’t fully take up the screen. The config.lua blog was about how to configure for multiple devices.

If you can also do something like this:

 width = 320,  
 height = display.pixelHeight / display.pixelWidth \* 320  

and then you can use letterBox scaling without black bars (assuming you have backgrounds that are bigger than the screen).
[import]uid: 199310 topic_id: 36117 reply_id: 143521[/import]

Gotcha - thanks Rob! That clarified what I was wondering. [import]uid: 131038 topic_id: 36117 reply_id: 143756[/import]

B&N has been rejecting apps that don’t fully take up the screen. The config.lua blog was about how to configure for multiple devices.

If you can also do something like this:

 width = 320,  
 height = display.pixelHeight / display.pixelWidth \* 320  

and then you can use letterBox scaling without black bars (assuming you have backgrounds that are bigger than the screen).
[import]uid: 199310 topic_id: 36117 reply_id: 143521[/import]

Gotcha - thanks Rob! That clarified what I was wondering. [import]uid: 131038 topic_id: 36117 reply_id: 143756[/import]

B&N has been rejecting apps that don’t fully take up the screen. The config.lua blog was about how to configure for multiple devices.

If you can also do something like this:

 width = 320,  
 height = display.pixelHeight / display.pixelWidth \* 320  

and then you can use letterBox scaling without black bars (assuming you have backgrounds that are bigger than the screen).
[import]uid: 199310 topic_id: 36117 reply_id: 143521[/import]

Gotcha - thanks Rob! That clarified what I was wondering. [import]uid: 131038 topic_id: 36117 reply_id: 143756[/import]

B&N has been rejecting apps that don’t fully take up the screen. The config.lua blog was about how to configure for multiple devices.

If you can also do something like this:

 width = 320,  
 height = display.pixelHeight / display.pixelWidth \* 320  

and then you can use letterBox scaling without black bars (assuming you have backgrounds that are bigger than the screen).
[import]uid: 199310 topic_id: 36117 reply_id: 143521[/import]

Gotcha - thanks Rob! That clarified what I was wondering. [import]uid: 131038 topic_id: 36117 reply_id: 143756[/import]